1
0
Fork 0
harlequin-postgres/docker-compose.yml
Daniel Baumann f19547bec9
Adding upstream version 1.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-24 20:22:59 +01:00

14 lines
219 B
YAML

services:
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: for-testing
volumes:
- pgdata:/var/lib/postgresql/data
ports:
- 5432:5432
volumes:
pgdata: