File tree Expand file tree Collapse file tree
{{cookiecutter.project_slug}}/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Go to the directory where you want to create your project and run:
7171
7272``` bash
7373pip install cookiecutter
74- cookiecutter https://github.com/tiangolo /full-stack-fastapi-postgresql
74+ cookiecutter https://github.com/pyb4430 /full-stack-fastapi-postgresql
7575```
7676
7777### Generate passwords
Original file line number Diff line number Diff line change @@ -14,5 +14,7 @@ config > docker-stack.yml
1414docker-compose -f docker-stack.yml build
1515docker-compose -f docker-stack.yml down -v --remove-orphans # Remove possibly previous broken stacks left hanging after an error
1616docker-compose -f docker-stack.yml up -d
17+ # A non-fix for test_celery.py failure
18+ sleep 2
1719docker-compose -f docker-stack.yml exec -T backend bash /app/tests-start.sh " $@ "
1820docker-compose -f docker-stack.yml down -v --remove-orphans
You can’t perform that action at this time.
0 commit comments