mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
fix compose volumes
This commit is contained in:
parent
ab9f647d32
commit
30101f14db
@ -14,7 +14,8 @@ services:
|
|||||||
--reload --log-level debug
|
--reload --log-level debug
|
||||||
"
|
"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/code
|
- ./app:/home/code/app
|
||||||
|
- ./tests:/home/code/tests
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -44,4 +45,4 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
fastapi_postgres_data:
|
fastapi_postgres_data: {}
|
Loading…
x
Reference in New Issue
Block a user