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 uvicorn the_app.main:app
--host 0.0.0.0 --port 8080 --host 0.0.0.0 --port 8080
--lifespan=on --use-colors --loop uvloop --http httptools --lifespan=on --use-colors --loop uvloop --http httptools
--reload --reload-dir /app --reload --log-level debug
" "
volumes: volumes:
- .:/app - .:/app
ports: ports:
- 8080:8080 - 8080:8080
depends_on: depends_on:
db: - db
condition: service_healthy
db: db:
build: build: