aboutsummaryrefslogtreecommitdiff
path: root/app/frontend/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'app/frontend/deploy')
-rw-r--r--app/frontend/deploy/frontend-tricot.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl
index 6955bbb..59b13c5 100644
--- a/app/frontend/deploy/frontend-tricot.hcl
+++ b/app/frontend/deploy/frontend-tricot.hcl
@@ -25,7 +25,7 @@ job "frontend" {
driver = "docker"
config {
- image = "lxpz/amd64_tricot:7"
+ image = "lxpz/amd64_tricot:9"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port", "admin_port" ]
@@ -47,7 +47,7 @@ job "frontend" {
data = <<EOH
TRICOT_NODE_NAME={{ env "attr.unique.hostname" }}
TRICOT_LETSENCRYPT_EMAIL=alex@adnab.me
-RUST_LOG=tricot=trace
+RUST_LOG=tricot=debug
EOH
destination = "secrets/env"
env = true