1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 08:20:58 -05:00

"is PostgreSQL running?"

This commit is contained in:
toast-ts 2024-01-28 18:27:57 +11:00
parent 0494cfde73
commit 2fc9ec2acf

View File

@ -11,7 +11,7 @@ services:
image: postgres:16.1-alpine3.19 image: postgres:16.1-alpine3.19
restart: unless-stopped restart: unless-stopped
ports: ports:
- 5433:5432/tcp - 5432:5432/tcp
volumes: volumes:
- /var/lib/docker/volumes/daggerbot-db:/var/lib/postgresql/data:rw - /var/lib/docker/volumes/daggerbot-db:/var/lib/postgresql/data:rw
- ./configs/postgres-hba.conf:/var/lib/postgresql/data/pg_hba.conf:rw - ./configs/postgres-hba.conf:/var/lib/postgresql/data/pg_hba.conf:rw