From 3430ee4846656f7364ef2c7e96942208f20f6900 Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 4 May 2025 22:06:41 +0000 Subject: [PATCH] =?UTF-8?q?talkhpb-Docker-compose.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talkhpb-Docker-compose.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 talkhpb-Docker-compose.yaml 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