compose fix

This commit is contained in:
grillazz 2021-09-01 09:48:19 +02:00
parent 6f45d24755
commit ec71ff58b1

View File

@ -10,15 +10,14 @@ services:
uvicorn the_app.main:app
--host 0.0.0.0 --port 8080
--lifespan=on --use-colors --loop uvloop --http httptools
--reload --reload-dir /app
--reload --log-level debug
"
volumes:
- .:/app
ports:
- 8080:8080
depends_on:
db:
condition: service_healthy
- db
db:
build: