Files
astra-events/dev/docker-compose.yaml
andrusyakka 6752536325 WIP service
2023-07-14 18:39:50 +03:00

10 lines
218 B
YAML

version: "3.9"
services:
postgres:
image: postgres:13.3
environment:
POSTGRES_DB: "astra_events_db"
POSTGRES_USER: "astra_events"
POSTGRES_PASSWORD: "password"
ports:
- "5432:5432"