mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
update kestra
This commit is contained in:
parent
17169aaaed
commit
c969de6b06
@ -41,7 +41,7 @@ services:
|
||||
user: root
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_started
|
||||
condition: service_healthy
|
||||
restart: unless-stopped
|
||||
|
||||
postgres:
|
||||
@ -52,4 +52,9 @@ services:
|
||||
- POSTGRES_DB=kestra
|
||||
- POSTGRES_USER=kestra
|
||||
- POSTGRES_PASSWORD=k3str4
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user