chore: annotate prod compose with dev flags for reference
Authored-By: Jack Levy Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,6 +14,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
api:
|
api:
|
||||||
|
# dev: --reload --workers 1
|
||||||
command: >
|
command: >
|
||||||
sh -c "alembic upgrade head &&
|
sh -c "alembic upgrade head &&
|
||||||
uvicorn app.main:app --host 0.0.0.0 --port 8000 --workers 2"
|
uvicorn app.main:app --host 0.0.0.0 --port 8000 --workers 2"
|
||||||
|
|||||||
Reference in New Issue
Block a user