matrix-docker-ansible-deploy/roles/custom/matrix-coturn/templates/systemd
Slavi Pantaleev aafa8f019c Allow matrix_coturn_docker_network to be set to 'host' to use host-networking
This helps large deployments which need to open up thousands of ports
(matrix_coturn_turn_udp_min_port, matrix_coturn_turn_udp_min_port)

On a test VM, opening 1k ports takes 17 seconds for Docker to "publish"
all of these ports (setting up forwarding rules with the firewall, etc),
so service startup and shutdown take a long amount of time.

If host-networking is used, there's no need to open any ports at all
and startup/shutdown can be quick.
2023-01-26 17:35:30 +02:00
..
matrix-coturn-reload.service.j2 matrix_host_command_systemctl -> devture_systemd_docker_base_host_command_systemctl (via com.devture.ansible.role.systemd_docker_base) 2022-11-04 16:41:23 +02:00
matrix-coturn-reload.timer.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
matrix-coturn.service.j2 Allow matrix_coturn_docker_network to be set to 'host' to use host-networking 2023-01-26 17:35:30 +02:00