Move matrix to public domain

This commit is contained in:
Jake Howard
2024-09-01 16:45:40 +01:00
parent cb1faf0f59
commit ceaf419c04
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
services:
synapse:
image: ghcr.io/element-hq/synapse:latest
restart: unless-stopped
@ -17,7 +16,7 @@ services:
- db
labels:
- traefik.enable=true
- traefik.http.routers.synapse.rule=Host(`matrix.jakehoward.tech`)
- traefik.http.routers.synapse.rule=Host(`matrix.jakehoward.tech`) || Host(`matrix.theorangeone.net`)
networks:
- default
- traefik