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
a88dcd925b
commit
ecf344201d
1 changed files with 7 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# slogan: An open network for secure, decentralised communication
|
||||
# tags: real-time-messaging,secure-communication,peer-to-peer
|
||||
# logo: svgs/matrix-element.svg
|
||||
# port: 8008
|
||||
# port: 80
|
||||
|
||||
services:
|
||||
synapse:
|
||||
|
|
@ -13,7 +13,12 @@ services:
|
|||
- synapse_data:/data
|
||||
depends_on:
|
||||
- synapse_db
|
||||
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
- curl
|
||||
- '-f'
|
||||
- 'http://127.0.0.1:80'
|
||||
element:
|
||||
image: "vectorim/element-web:latest"
|
||||
environment:
|
||||
|
|
@ -35,4 +40,3 @@ services:
|
|||
image: "instrumentisto/coturn:latest"
|
||||
volumes:
|
||||
- coturn:/etc/coturn
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue