fix(service): autobase database is not persisted correctly (#7978)
This commit is contained in:
parent
6b393ccb7a
commit
fe89bd30a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue