feat: issue with db path

This commit is contained in:
2026-01-05 23:33:04 +00:00
parent c7bb480826
commit 94fd57e1e6

View File

@@ -27,7 +27,7 @@ services:
environment:
POSTGRES_PASSWORD: # required, same as voidauth DB_PASSWORD
volumes:
- ${CONFIGROOT}/voidauth/db:/var/lib/postgresql/18/docker
- ${CONFIG_ROOT}/voidauth/db:/var/lib/postgresql/18/docker
healthcheck:
test: "pg_isready -U postgres -h localhost"
networks: