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:
|
||||
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
|
||||
interval: 10s
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user