fix(service): autobase database is not persisted correctly (#7978)

This commit is contained in:
Andreas
2026-01-19 18:13:51 +01:00
committed by GitHub
parent 6b393ccb7a
commit fe89bd30a3

View File

@@ -27,7 +27,7 @@ services:
environment: environment:
- POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES} - POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES}
volumes: volumes:
- autobase-db-data:/var/lib/postgresql/data - autobase-db-data:/var/lib/postgresql
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"] test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s interval: 5s