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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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