Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117761869
D3032.1775215182.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
D3032.1775215182.diff
View Options
diff --git a/docker-compose.yml b/docker-compose.yml
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,6 +2,11 @@
services:
coturn:
container_name: kolab-coturn
+ healthcheck:
+ interval: 10s
+ test: "kill -0 $$(cat /tmp/turnserver.pid)"
+ timeout: 5s
+ retries: 30
environment:
- DB_NAME=${OPENVIDU_COTURN_REDIS_DATABASE}
- DB_PASSWORD=${OPENVIDU_COTURN_REDIS_PASSWORD}
@@ -75,6 +80,11 @@
context: ./docker/nginx/
args:
APP_WEBSITE_DOMAIN: ${APP_WEBSITE_DOMAIN:?err}
+ healthcheck:
+ interval: 10s
+ test: ["CMD-SHELL", "curl -so /dev/null http://localhost/ || exit 1"]
+ timeout: 5s
+ retries: 30
container_name: kolab-nginx
hostname: nginx.hosted.com
image: kolab-nginx
@@ -141,6 +151,11 @@
proxy:
build:
context: ./docker/proxy/
+ healthcheck:
+ interval: 10s
+ test: ["CMD-SHELL", "curl -so /dev/null http://localhost/ || exit 1"]
+ timeout: 5s
+ retries: 30
container_name: kolab-proxy
hostname: kanarip.internet-box.ch
image: kolab-proxy
@@ -158,6 +173,11 @@
redis:
build:
context: ./docker/redis/
+ healthcheck:
+ interval: 10s
+ test: "redis-cli ping || exit 1"
+ timeout: 5s
+ retries: 30
container_name: kolab-redis
hostname: redis
image: redis
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 11:19 AM (20 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823805
Default Alt Text
D3032.1775215182.diff (1 KB)
Attached To
Mode
D3032: Healthchecks
Attached
Detach File
Event Timeline