mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 09:35:47 +02:00
Fix db healthcheck
This commit is contained in:
parent
bc89577be9
commit
6f4b6e8a0d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ services:
|
|||
image: 'postgres:14.2-alpine'
|
||||
|
||||
healthcheck:
|
||||
test: pg_isready
|
||||
test: pg_isready -U nextcloud
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue