blob: 668eb19d36a0fbc493b333faa886dff56b9e63e9 [file] [log] [blame]
version: "3.3"
services:
db:
image: apache/age
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=agens
- POSTGRES_DB=postgres
ports:
- 5432:5432