last tricot version

This commit is contained in:
Alex 2021-12-08 13:28:22 +01:00
parent 7f08d5f324
commit a4982c6cd6
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -1,6 +1,6 @@
job "frontend" {
datacenters = ["dc1", "neptune"]
type = "system"
type = "service"
priority = 90
update {
@ -9,6 +9,12 @@ job "frontend" {
}
group "tricot" {
count = 3
constraint {
operator = "distinct_hosts"
value = "true"
}
network {
port "http_port" { static = 80 }
port "https_port" { static = 443 }
@ -19,7 +25,7 @@ job "frontend" {
driver = "docker"
config {
image = "lxpz/amd64_tricot:4"
image = "lxpz/amd64_tricot:7"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port", "admin_port" ]
@ -41,7 +47,7 @@ job "frontend" {
data = <<EOH
TRICOT_NODE_NAME={{ env "attr.unique.hostname" }}
TRICOT_LETSENCRYPT_EMAIL=alex@adnab.me
RUST_LOG=tricot=debug
RUST_LOG=tricot=trace
EOH
destination = "secrets/env"
env = true