diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-08 23:48:08 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-08 23:48:08 +0100 |
commit | 2d2e7bb5c665fe93fcbb8a980b5fa047b04b8ec0 (patch) | |
tree | fc1d12a54ad6874b6454a6ed48d7c9a28e16035b /app/im/deploy/im.hcl | |
parent | ea55c9b12b9540418586305204843a256a29fdf5 (diff) | |
download | infrastructure-2d2e7bb5c665fe93fcbb8a980b5fa047b04b8ec0.tar.gz infrastructure-2d2e7bb5c665fe93fcbb8a980b5fa047b04b8ec0.zip |
fix tricot
Diffstat (limited to 'app/im/deploy/im.hcl')
-rw-r--r-- | app/im/deploy/im.hcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index 6be4e8c..4cbfad2 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -128,6 +128,7 @@ job "im" { "traefik.frontend.rule=Host:deuxfleurs.fr;PathPrefix:/_matrix", "traefik.frontend.priority=100", "tricot deuxfleurs.fr/_matrix 100", + "tricot deuxfleurs.fr:443/_matrix 100", ] } } |