fix tricot

This commit is contained in:
Alex 2021-12-08 23:48:08 +01:00
parent ea55c9b12b
commit 2d2e7bb5c6
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
4 changed files with 4 additions and 3 deletions

View File

@ -25,7 +25,7 @@ job "frontend" {
driver = "docker"
config {
image = "lxpz/amd64_tricot:9"
image = "lxpz/amd64_tricot:17"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port", "admin_port" ]

View File

@ -99,7 +99,7 @@ job "garage" {
service {
tags = [
"garage-web",
"tricot * 1000",
"tricot * 1",
]
port = 3902
address_mode = "driver"

View File

@ -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",
]
}
}

View File

@ -145,7 +145,7 @@ EOF
"traefik.frontend.entryPoints=https",
"traefik.frontend.rule=Host:jitsi.deuxfleurs.fr;PathPrefix:/",
"traefik.protocol=https",
"tricot jitsi.deuxfleurs.fr",
"tricot-https jitsi.deuxfleurs.fr",
]
port = "https_port"
address_mode = "host"