fix: update postgres healthcheck command and interval in compose.yaml
This commit is contained in:
parent
3c96b52c32
commit
a186153e30
@ -11,8 +11,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql
|
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
|
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||||
interval: 10s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user