forked from Deuxfleurs/nixcfg
Update Tricot
This commit is contained in:
parent
869c868dec
commit
f96b036283
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ job "frontend" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "lxpz/amd64_tricot:27"
|
||||
image = "lxpz/amd64_tricot:28"
|
||||
network_mode = "host"
|
||||
readonly_rootfs = true
|
||||
ports = [ "http_port", "https_port", "admin_port" ]
|
||||
|
@ -52,7 +52,7 @@ job "frontend" {
|
|||
|
||||
template {
|
||||
data = <<EOH
|
||||
TRICOT_NODE_NAME={{ env "attr.unique.hostname" }}
|
||||
TRICOT_NODE_NAME={{ env "attr.unique.consul.name" }}
|
||||
TRICOT_LETSENCRYPT_EMAIL=alex@adnab.me
|
||||
TRICOT_ENABLE_COMPRESSION=true
|
||||
TRICOT_CONSUL_HOST=https://localhost:8501
|
||||
|
|
Loading…
Reference in a new issue