Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Matrix Chat as Service With Element WebUI #4444

Open
wants to merge 10 commits into
base: next
Choose a base branch
from
Prev Previous commit
Next Next commit
Update matrix-element.yml
  • Loading branch information
elmatadoor authored Dec 3, 2024
commit ecf344201d3b8bee41f596577d6168205e472f34
10 changes: 7 additions & 3 deletions templates/compose/matrix-element.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
elmatadoor marked this conversation as resolved.
Show resolved Hide resolved
# port: 8008
# port: 80

services:
synapse:
Expand All @@ -13,7 +13,12 @@ services:
- synapse_data:/data
depends_on:
- synapse_db
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure the health checks check for condition healthy of the resource.


healthcheck:
test:
- CMD
- curl
- '-f'
- 'http://127.0.0.1:80'
element:
image: "vectorim/element-web:latest"
environment:
Expand All @@ -35,4 +40,3 @@ services:
image: "instrumentisto/coturn:latest"
volumes:
- coturn:/etc/coturn