fix tricot
This commit is contained in:
parent
ea55c9b12b
commit
2d2e7bb5c6
4 changed files with 4 additions and 3 deletions
|
@ -25,7 +25,7 @@ job "frontend" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "lxpz/amd64_tricot:9"
|
image = "lxpz/amd64_tricot:17"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
ports = [ "http_port", "https_port", "admin_port" ]
|
ports = [ "http_port", "https_port", "admin_port" ]
|
||||||
|
|
|
@ -99,7 +99,7 @@ job "garage" {
|
||||||
service {
|
service {
|
||||||
tags = [
|
tags = [
|
||||||
"garage-web",
|
"garage-web",
|
||||||
"tricot * 1000",
|
"tricot * 1",
|
||||||
]
|
]
|
||||||
port = 3902
|
port = 3902
|
||||||
address_mode = "driver"
|
address_mode = "driver"
|
||||||
|
|
|
@ -128,6 +128,7 @@ job "im" {
|
||||||
"traefik.frontend.rule=Host:deuxfleurs.fr;PathPrefix:/_matrix",
|
"traefik.frontend.rule=Host:deuxfleurs.fr;PathPrefix:/_matrix",
|
||||||
"traefik.frontend.priority=100",
|
"traefik.frontend.priority=100",
|
||||||
"tricot deuxfleurs.fr/_matrix 100",
|
"tricot deuxfleurs.fr/_matrix 100",
|
||||||
|
"tricot deuxfleurs.fr:443/_matrix 100",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -145,7 +145,7 @@ EOF
|
||||||
"traefik.frontend.entryPoints=https",
|
"traefik.frontend.entryPoints=https",
|
||||||
"traefik.frontend.rule=Host:jitsi.deuxfleurs.fr;PathPrefix:/",
|
"traefik.frontend.rule=Host:jitsi.deuxfleurs.fr;PathPrefix:/",
|
||||||
"traefik.protocol=https",
|
"traefik.protocol=https",
|
||||||
"tricot jitsi.deuxfleurs.fr",
|
"tricot-https jitsi.deuxfleurs.fr",
|
||||||
]
|
]
|
||||||
port = "https_port"
|
port = "https_port"
|
||||||
address_mode = "host"
|
address_mode = "host"
|
||||||
|
|
Reference in a new issue