mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
compose refactor
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
services:
|
||||
app:
|
||||
api1:
|
||||
environment:
|
||||
- POSTGRES_DB=testdb
|
||||
|
||||
db:
|
||||
postgres:
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
- POSTGRES_DB=testdb
|
||||
Reference in New Issue
Block a user