mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-04 12:33:47 +00:00
Adds healthcheck for DID
This commit is contained in:
@@ -63,7 +63,10 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: true
|
test: ["CMD", "nc", "-z", "127.0.0.1", "2376"]
|
||||||
|
interval: 10s
|
||||||
|
timeout: 30s
|
||||||
|
retries: 10
|
||||||
environment:
|
environment:
|
||||||
DOCKER_TLS_CERTDIR: /certs
|
DOCKER_TLS_CERTDIR: /certs
|
||||||
DOCKER_HOST: docker-in-docker
|
DOCKER_HOST: docker-in-docker
|
||||||
|
|||||||
@@ -63,7 +63,10 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: true
|
test: ["CMD", "nc", "-z", "127.0.0.1", "2376"]
|
||||||
|
interval: 10s
|
||||||
|
timeout: 30s
|
||||||
|
retries: 10
|
||||||
environment:
|
environment:
|
||||||
DOCKER_TLS_CERTDIR: /certs
|
DOCKER_TLS_CERTDIR: /certs
|
||||||
DOCKER_HOST: docker-in-docker
|
DOCKER_HOST: docker-in-docker
|
||||||
|
|||||||
@@ -62,7 +62,10 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: true
|
test: ["CMD", "nc", "-z", "127.0.0.1", "2376"]
|
||||||
|
interval: 10s
|
||||||
|
timeout: 30s
|
||||||
|
retries: 10
|
||||||
environment:
|
environment:
|
||||||
DOCKER_TLS_CERTDIR: /certs
|
DOCKER_TLS_CERTDIR: /certs
|
||||||
DOCKER_HOST: docker-in-docker
|
DOCKER_HOST: docker-in-docker
|
||||||
|
|||||||
@@ -40,7 +40,10 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: true
|
test: ["CMD", "nc", "-z", "127.0.0.1", "2376"]
|
||||||
|
interval: 10s
|
||||||
|
timeout: 30s
|
||||||
|
retries: 10
|
||||||
environment:
|
environment:
|
||||||
DOCKER_TLS_CERTDIR: /certs
|
DOCKER_TLS_CERTDIR: /certs
|
||||||
DOCKER_HOST: docker-in-docker
|
DOCKER_HOST: docker-in-docker
|
||||||
|
|||||||
Reference in New Issue
Block a user