tricot update

This commit is contained in:
Quentin 2023-12-01 16:02:09 +01:00
parent 52044402ac
commit 7da4510ee8
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@ job "core-tricot" {
driver = "docker"
config {
image = "superboum/amd64_tricot:52"
image = "superboum/amd64_tricot:53"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port" ]

View File

@ -140,6 +140,7 @@ job "garage" {
"tricot-add-header X-Content-Type-Options nosniff",
"tricot-add-redirect www.deuxfleurs.fr deuxfleurs.fr 301",
"tricot-add-redirect osuny.org www.osuny.org 301",
"tricot-on-demand-tls-ask http://garage-admin.service.prod.consul:3903/check",
"tricot-site-lb",
]
port = "web"