mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-10-01 08:25:44 -04:00
Update docker-compose.yml
This commit is contained in:
parent
ca352ffc4d
commit
ca823fd783
@ -45,6 +45,17 @@ services:
|
||||
networks:
|
||||
- matrix
|
||||
|
||||
coturn:
|
||||
image: coturn/coturn:alpine
|
||||
restart: unless-stopped
|
||||
container_name: coturn
|
||||
volumes:
|
||||
- ./coturn/turnserver.conf:/etc/turnserver.conf:Z
|
||||
- ./swag/etc/letsencrypt/live/matrix.yourdomain.tld:/keys:Z
|
||||
depends_on:
|
||||
- swag
|
||||
network_mode: host
|
||||
|
||||
swag:
|
||||
image: ghcr.io/linuxserver/swag
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user