commit 3430ee4846656f7364ef2c7e96942208f20f6900 Author: thomas Date: Sun May 4 22:06:41 2025 +0000 talkhpb-Docker-compose.yaml hinzugefügt diff --git a/talkhpb-Docker-compose.yaml b/talkhpb-Docker-compose.yaml new file mode 100644 index 0000000..5ba6ffd --- /dev/null +++ b/talkhpb-Docker-compose.yaml @@ -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 \ No newline at end of file