fix: postgres container volume

This commit is contained in:
2026-03-15 15:21:47 +01:00
parent 92768c5661
commit f17d267336

View File

@@ -30,7 +30,7 @@ services:
POSTGRES_USER: myuser
POSTGRES_DB: pathtoglory
volumes:
- pgdata:/home/arthur/sources/node/pathtoglory/postgresql/data
- ./postgres:/var/lib/postgresql
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
interval: 1s
@@ -66,5 +66,4 @@ networks:
driver: bridge
volumes:
pgdata:
rss-data: