docker-containers/coturn/docker-compose.yml

13 lines
323 B
YAML

services:
coturn:
network_mode: host
image: coturn/coturn:4.6.2
container_name: coturn
user: root
volumes:
- ./config:/etc/coturn:ro
- /var/lib/acme/turn.stitchy.moe:/etc/letsencrypt/live/turn.stitchy.moe:ro
- type: tmpfs
target: /var/lib/coturn
restart: unless-stopped