From 8c47694a1aa8411457d388a82bc4f1671003489a Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 25 Feb 2026 20:29:24 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20coturn=20healthcheck=20=E2=80=94=20cot?= =?UTF-8?q?urn/coturn:latest=20v4.8.0=20image=20does=20not=20support=20CMD?= =?UTF-8?q?-SHELL=20healthchecks=20(turnutils=5Fstunclient,=20PID=20file?= =?UTF-8?q?=20checks=20both=20fail).=20Asterisk=20uses=20service=5Fstarted?= =?UTF-8?q?=20since=20it=20doesn't=20connect=20to=20coturn=20directly=20?= =?UTF-8?q?=E2=80=94=20SIP=20clients=20do.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://claude.ai/code/session_01KWVtEt9MmZdywcu7WmgchX --- docker-compose.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 20c0c33..aa06fbf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: network_mode: host depends_on: coturn: - condition: service_healthy + condition: service_started volumes: - asterisk-config:/etc/asterisk - easy-asterisk-config:/etc/easy-asterisk @@ -110,12 +110,6 @@ services: - --no-multicast-peers - --log-file=stdout restart: unless-stopped - healthcheck: - test: ["CMD-SHELL", "test -f /var/run/turnserver.pid && kill -0 $(cat /var/run/turnserver.pid)"] - interval: 10s - timeout: 5s - retries: 3 - start_period: 10s volumes: asterisk-config: