forked from Deuxfleurs/infrastructure
[matrix] set manually riot web priority too
This commit is contained in:
parent
1fee0441e8
commit
3b32ee557b
1 changed files with 2 additions and 1 deletions
|
@ -264,7 +264,8 @@ job "chat" {
|
|||
"webstatic",
|
||||
"traefik.enable=true",
|
||||
"traefik.frontend.entryPoints=https",
|
||||
"traefik.frontend.rule=Host:im.deuxfleurs.fr,riot.deuxfleurs.fr;PathPrefix:/"
|
||||
"traefik.frontend.rule=Host:im.deuxfleurs.fr,riot.deuxfleurs.fr;PathPrefix:/",
|
||||
"traefik.frontend.priority=10"
|
||||
]
|
||||
port = "web_port"
|
||||
address_mode = "host"
|
||||
|
|
Loading…
Reference in a new issue