feat(coturn): initial docker compose
This commit is contained in:
commit
65c69068af
1 changed files with 13 additions and 0 deletions
13
coturn/docker-compose.yml
Normal file
13
coturn/docker-compose.yml
Normal 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
|
Loading…
Reference in a new issue