mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Upgrade synapse image
This commit is contained in:
parent
5f49439051
commit
5cc611bd97
1 changed files with 9 additions and 3 deletions
|
|
@ -16,11 +16,9 @@ services:
|
|||
- matrix
|
||||
|
||||
synapse:
|
||||
image: silviof/docker-matrix
|
||||
image: matrixdotorg/synapse
|
||||
ports:
|
||||
- "127.0.0.1:8008:8008"
|
||||
- "8448:8448"
|
||||
- "3478:3478"
|
||||
labels:
|
||||
- "traefik.backend=synapse"
|
||||
- "traefik.docker.network=web"
|
||||
|
|
@ -40,6 +38,14 @@ services:
|
|||
- web
|
||||
restart: always
|
||||
|
||||
coturn:
|
||||
image: instrumentisto/coturn
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./synapse/turnserver.conf:/etc/coturn/turnserver.conf
|
||||
tmpfs:
|
||||
- /var/lib/coturn
|
||||
|
||||
networks:
|
||||
matrix:
|
||||
external:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue