forked from Deuxfleurs/nixcfg
tricot update
This commit is contained in:
parent
52044402ac
commit
7da4510ee8
2 changed files with 2 additions and 1 deletions
|
@ -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" ]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue