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