Sign in
apache
/
age
/
4bae8b66a24bc7f8bf3d2ff0ae00af610e0b4594
/
.
/
drivers
/
docker-compose.yml
blob: 2672e1fa47ad9c89d32c69a5f3c6443c5b53de52 [
file
]
version:
"3.3"
services:
db:
image:
apache/age
:
PG13_latest
environment:
-
POSTGRES_USER=postgres
-
POSTGRES_PASSWORD=agens
-
POSTGRES_DB=postgres
ports:
-
5432
:
5432