aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-09 16:52:16 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-09 16:52:16 +0100
commitc6819c8d4acf1e95a655babb1fd6750ff4c04094 (patch)
treee7463b2003a044b41173699ad3d8e0eef4fdc387
parentd64fe281436e43c0efc14dcaf567ba110d4b73bb (diff)
downloadinfrastructure-c6819c8d4acf1e95a655babb1fd6750ff4c04094.tar.gz
infrastructure-c6819c8d4acf1e95a655babb1fd6750ff4c04094.zip
Revert for now
-rw-r--r--app/frontend/deploy/frontend-tricot.hcl7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl
index 5bd7619..868c327 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:23"
+ image = "lxpz/amd64_tricot:19"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port", "admin_port" ]
@@ -22,7 +22,7 @@ job "frontend" {
resources {
cpu = 1000
- memory = 100
+ memory = 200
}
restart {
@@ -36,8 +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
+RUST_LOG=tricot=debug
EOH
destination = "secrets/env"
env = true