We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2e7f0 commit 5ffc12dCopy full SHA for 5ffc12d
1 file changed
scripts/production_with_nginx/docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
8
# -------- replace with comment to run with gunicorn --------
9
# command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
10
- # command: gunicorn app.main:app -w 4 -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8000
+ command: gunicorn app.main:app -w 4 -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8000
11
env_file:
12
- ./src/.env
13
# -------- replace ports with expose if you are using nginx --------
0 commit comments