talkhpb/docker-compose.yml aktualisiert

This commit is contained in:
2025-05-11 19:08:02 +00:00
parent 7dc8ef6ec2
commit 7ee49ef461

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