mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
9 lines
157 B
YAML
9 lines
157 B
YAML
services:
|
|
api1:
|
|
environment:
|
|
- POSTGRES_DB=testdb
|
|
|
|
postgres:
|
|
environment:
|
|
- POSTGRES_USER=${POSTGRES_USER}
|
|
- POSTGRES_DB=testdb |