You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
update kestra
This commit is contained in:
@@ -41,7 +41,7 @@ services:
|
|||||||
user: root
|
user: root
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_started
|
condition: service_healthy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
@@ -52,4 +52,9 @@ services:
|
|||||||
- POSTGRES_DB=kestra
|
- POSTGRES_DB=kestra
|
||||||
- POSTGRES_USER=kestra
|
- POSTGRES_USER=kestra
|
||||||
- POSTGRES_PASSWORD=k3str4
|
- POSTGRES_PASSWORD=k3str4
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 10
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user