update beans and postgres mount path
All checks were successful
CI / backend-tests (push) Successful in 27s
CI / frontend-tests (push) Successful in 29s

This commit is contained in:
2026-03-21 12:51:35 +01:00
parent 7e7c5e7536
commit a12958ae32
6 changed files with 64 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ services:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_DB=nuzlocke
volumes:
- ./data/postgres:/var/lib/postgresql/data
- ./data/postgres:/var/lib/postgresql
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s