mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Update matrix-element.yml
This commit is contained in:
parent
757b8a221c
commit
a88dcd925b
1 changed files with 1 additions and 8 deletions
|
|
@ -2,11 +2,11 @@
|
|||
# slogan: An open network for secure, decentralised communication
|
||||
# tags: real-time-messaging,secure-communication,peer-to-peer
|
||||
# logo: svgs/matrix-element.svg
|
||||
# port: 8008
|
||||
|
||||
services:
|
||||
synapse:
|
||||
image: "docker.io/matrixdotorg/synapse:v1.84.1"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
||||
volumes:
|
||||
|
|
@ -18,7 +18,6 @@ services:
|
|||
image: "vectorim/element-web:latest"
|
||||
environment:
|
||||
- SERVICE_FQDN_ELEMENT
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- element:/app
|
||||
|
||||
|
|
@ -34,12 +33,6 @@ services:
|
|||
|
||||
coturn:
|
||||
image: "instrumentisto/coturn:latest"
|
||||
restart: "unless-stopped"
|
||||
volumes:
|
||||
- coturn:/etc/coturn
|
||||
|
||||
volumes:
|
||||
synapse_data:
|
||||
synapse_db_data:
|
||||
coturn:
|
||||
element:
|
||||
|
|
|
|||
Loading…
Reference in a new issue