nextcloud.yml aktualisiert

This commit is contained in:
olli 2023-08-24 13:59:07 +02:00
parent 3c74b873dc
commit c915fe0117

View File

@ -221,19 +221,6 @@
# Traefik network # Traefik network
- traefik.docker.network=traefik - 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: networks:
nextcloud.{{inventory_hostname}}--network: nextcloud.{{inventory_hostname}}--network:
driver: bridge driver: bridge
@ -364,18 +351,6 @@
validate: /bin/bash -n %s validate: /bin/bash -n %s
notify: run nextcloud.update 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: handlers:
- name: run genpw.sh - name: run genpw.sh