matrix-docker-compose/ansible/roles/turn/files/basedir/docker-compose.yaml

14 lines
375 B
YAML
Raw Normal View History

2023-10-13 15:32:08 +02:00
version: '3.8'
services:
coturn:
image: coturn/coturn:latest
restart: unless-stopped
2023-10-17 13:23:05 +02:00
network_mode: "host"
2023-10-13 15:32:08 +02:00
volumes:
- ./turnserver.conf:/etc/turnserver.conf
- ./coturn/privkey.pem:/etc/ssl/private/privkey.pem:ro
- ./coturn/cert.pem:/etc/ssl/certs/cert.pem:ro
2023-10-17 13:23:05 +02:00
- ./nginx:/etc/nginx/conf.d
- /ssl:/ssl
2023-12-04 11:39:28 +01:00
- /mnt/logs/turn:/logs