chore: restore healthcheck configuration for zipline-db service in compose.yaml
This commit is contained in:
parent
1c76819412
commit
e9ffd89a17
@ -13,11 +13,11 @@ services:
|
|||||||
POSTGRES_DB: ${POSTGRESQL_DB:-zipline}
|
POSTGRES_DB: ${POSTGRESQL_DB:-zipline}
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/zipline/data/pgdata:/var/lib/postgresql/data
|
- /mnt/appdata/zipline/data/pgdata:/var/lib/postgresql/data
|
||||||
# healthcheck:
|
healthcheck:
|
||||||
# test: ['CMD', 'pg_isready', '-U', 'zipline']
|
test: ['CMD', 'pg_isready', '-U', 'zipline']
|
||||||
# interval: 10s
|
interval: 10s
|
||||||
# timeout: 5s
|
timeout: 5s
|
||||||
# retries: 5
|
retries: 5
|
||||||
|
|
||||||
zipline:
|
zipline:
|
||||||
image: ghcr.io/diced/zipline
|
image: ghcr.io/diced/zipline
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user