feat(coturn): initial docker compose

This commit is contained in:
stitchy 2024-12-24 05:59:43 -08:00
commit 65c69068af
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

13
coturn/docker-compose.yml Normal file
View file

@ -0,0 +1,13 @@
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