blob: 5ae7b79a8054e3fd5e7f857107b3c941ad7a950e [file]
version: "3.3"
services:
db:
image: apache/age:dev_snapshot_PG18
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=agens
- POSTGRES_DB=postgres
ports:
- 5432:5432