Merge pull request #40 from outis1one/claude/fix-call-ringing-delay-5KXT9

Remove coturn healthcheck — coturn/coturn:latest v4.8.0 image does not
This commit is contained in:
Outis
2026-02-25 15:56:05 -05:00
committed by GitHub
+1 -7
View File
@@ -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: