fix: Fixes Traefik not working for Synapse
This commit is contained in:
parent
77e489bc3d
commit
65227199d5
1 changed files with 1 additions and 3 deletions
|
@ -61,9 +61,7 @@
|
||||||
"${config.sops.secrets.synapse_synapse_signing_docker_env.path}:/data/matrix.terah.dev.signing.key:ro"
|
"${config.sops.secrets.synapse_synapse_signing_docker_env.path}:/data/matrix.terah.dev.signing.key:ro"
|
||||||
];
|
];
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.http.routers.matrixterahdev.rule" = "Host(`matrix.terah.dev`)";
|
||||||
"traefik.http.routers.http-synapse.entryPoints" = "http";
|
|
||||||
"traefik.http.routers.http-synapse.rule" = "Host(`matrix.terah.dev`)";
|
|
||||||
};
|
};
|
||||||
dependsOn = [
|
dependsOn = [
|
||||||
"synapse-db"
|
"synapse-db"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue