aboutsummaryrefslogtreecommitdiff
path: root/app/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'app/frontend')
-rw-r--r--app/frontend/deploy/frontend-tricot-neptune.hcl3
-rw-r--r--app/frontend/deploy/frontend-tricot.hcl3
2 files changed, 4 insertions, 2 deletions
diff --git a/app/frontend/deploy/frontend-tricot-neptune.hcl b/app/frontend/deploy/frontend-tricot-neptune.hcl
index c8d3cb1..4e73073 100644
--- a/app/frontend/deploy/frontend-tricot-neptune.hcl
+++ b/app/frontend/deploy/frontend-tricot-neptune.hcl
@@ -20,7 +20,7 @@ job "frontend" {
driver = "docker"
config {
- image = "lxpz/amd64_tricot:19"
+ image = "lxpz/amd64_tricot:23"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port", "admin_port" ]
@@ -42,6 +42,7 @@ job "frontend" {
data = <<EOH
TRICOT_NODE_NAME={{ env "attr.unique.hostname" }}
TRICOT_LETSENCRYPT_EMAIL=alex@adnab.me
+TRICOT_ENABLE_COMPRESSION=true
RUST_LOG=tricot=trace
EOH
destination = "secrets/env"
diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl
index bcca05d..5bd7619 100644
--- a/app/frontend/deploy/frontend-tricot.hcl
+++ b/app/frontend/deploy/frontend-tricot.hcl
@@ -14,7 +14,7 @@ job "frontend" {
driver = "docker"
config {
- image = "lxpz/amd64_tricot:19"
+ image = "lxpz/amd64_tricot:23"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port", "admin_port" ]
@@ -36,6 +36,7 @@ job "frontend" {
data = <<EOH
TRICOT_NODE_NAME={{ env "attr.unique.hostname" }}
TRICOT_LETSENCRYPT_EMAIL=alex@adnab.me
+TRICOT_ENABLE_COMPRESSION=true
RUST_LOG=tricot=trace
EOH
destination = "secrets/env"