Move matrix to public domain
This commit is contained in:
parent
cb1faf0f59
commit
ceaf419c04
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue