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