mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
compose fix
This commit is contained in:
parent
6f45d24755
commit
ec71ff58b1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user