mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
11 lines
151 B
YAML
11 lines
151 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
environment:
|
|
- SQL_DB=testdb
|
|
|
|
db:
|
|
environment:
|
|
- POSTGRES_USER=${SQL_USER}
|
|
- SQL_DB=testdb |