talkhpb-docker-compose.yml aktualisiert

This commit is contained in:
2025-05-10 10:47:44 +00:00
parent c13f024759
commit 2fc9738bbd

View File

@@ -0,0 +1,17 @@
nc-talk:
container_name: talk_hpb
image: ghcr.io/nextcloud-releases/aio-talk:latest
init: true
ports:
- 3478:3478/tcp
- 3478:3478/udp
- 8181:8081/tcp
environment:
- NC_DOMAIN=${CLOUD_DOMAIN}
- TALK_HOST=${SIGNAL_DOMAIN}
- TURN_SECRET=${TURN_SECRET} #this must be a long secretpasswordkey
- SIGNALING_SECRET=${SIGNALING_SECRET} #this must be a long secretpasswordkey
- TZ=${TIMEZONE} #Europe/Berlin
- TALK_PORT=${TALK_PORT} #3478
- INTERNAL_SECRET=${INTERNAL_SECRET} #this must be a long secretpasswordkey
restart: unless-stopped