Skip to content

Commit 5ffc12d

Browse files
With Claude Code: Addressing production nginx docker-compose missing web service command directive.
1 parent ee2e7f0 commit 5ffc12d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/production_with_nginx/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77

88
# -------- replace with comment to run with gunicorn --------
99
# 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
10+
command: gunicorn app.main:app -w 4 -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8000
1111
env_file:
1212
- ./src/.env
1313
# -------- replace ports with expose if you are using nginx --------

0 commit comments

Comments
 (0)