diff --git a/nextcloud.yml b/nextcloud.yml index 5a28b42..d214094 100644 --- a/nextcloud.yml +++ b/nextcloud.yml @@ -221,19 +221,6 @@ # Traefik network - traefik.docker.network=traefik - nextcloud.{{inventory_hostname}}--coturn: - image: coturn/coturn:latest - restart: unless-stopped - volumes: - - /etc/localtime:/etc/localtime:ro - - ./turnserver.conf:/etc/coturn/turnserver.conf - networks: - - nextcloud.{{inventory_hostname}}--network - - traefik - ports: - - 3478:3478 - - 3478:3478/udp - networks: nextcloud.{{inventory_hostname}}--network: driver: bridge @@ -364,18 +351,6 @@ validate: /bin/bash -n %s notify: run nextcloud.update - - name: Allow turn for talk/spreed audio/video tcp - community.general.ufw: - rule: allow - port: '3478' - proto: tcp - - - name: Allow turn for talk/spreed audio/video udp - community.general.ufw: - rule: allow - port: '3478' - proto: udp - handlers: - name: run genpw.sh