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

14 lines
375 B
YAML
Raw Normal View History

2023-10-13 13:32:08 +00:00
version: '3.8'
services:
coturn:
image: coturn/coturn:latest
restart: unless-stopped
2023-10-17 11:23:05 +00:00
network_mode: "host"
2023-10-13 13:32:08 +00: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 11:23:05 +00:00
- ./nginx:/etc/nginx/conf.d
- /ssl:/ssl
2023-12-04 10:39:28 +00:00
- /mnt/logs/turn:/logs