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:
|
services:
|
||||||
|
|
||||||
synapse:
|
synapse:
|
||||||
image: ghcr.io/element-hq/synapse:latest
|
image: ghcr.io/element-hq/synapse:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -17,7 +16,7 @@ services:
|
||||||
- db
|
- db
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- 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:
|
networks:
|
||||||
- default
|
- default
|
||||||
- traefik
|
- traefik
|
||||||
|
|
|
@ -129,7 +129,7 @@ resource "cloudflare_record" "theorangeonenet_srv_matrix" {
|
||||||
priority = 10
|
priority = 10
|
||||||
weight = 0
|
weight = 0
|
||||||
port = 8448
|
port = 8448
|
||||||
target = cloudflare_record.jakehowardtech_matrix.hostname
|
target = cloudflare_record.theorangeonenet_matrix.hostname
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue