Move matrix to public domain
All checks were successful
/ terraform (push) Successful in 1m21s
/ ansible (push) Successful in 2m36s

This commit is contained in:
Jake Howard 2024-09-01 16:45:40 +01:00
parent cb1faf0f59
commit ceaf419c04
Signed by: jake
GPG key ID: 57AFB45680EDD477
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

View file

@ -129,7 +129,7 @@ resource "cloudflare_record" "theorangeonenet_srv_matrix" {
priority = 10
weight = 0
port = 8448
target = cloudflare_record.jakehowardtech_matrix.hostname
target = cloudflare_record.theorangeonenet_matrix.hostname
}
}