diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-27 20:21:55 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-27 20:21:55 +0100 |
commit | 3b90fd15dbe447706a9d1eb7682887474058bd38 (patch) | |
tree | 2f6d4313403987eabc75d1870f0678aa9cdbfa60 /app/frontend/deploy | |
parent | 02ed668286cebfa3ac079ab5263950a22816f61c (diff) | |
download | nixcfg-3b90fd15dbe447706a9d1eb7682887474058bd38.tar.gz nixcfg-3b90fd15dbe447706a9d1eb7682887474058bd38.zip |
tiny progress on nextcloud but still bad
Diffstat (limited to 'app/frontend/deploy')
-rw-r--r-- | app/frontend/deploy/frontend-tricot.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index 07ada75..988c3ee 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -13,7 +13,7 @@ job "frontend" { driver = "docker" config { - image = "lxpz/amd64_tricot:34" + image = "lxpz/amd64_tricot:36" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ] @@ -58,7 +58,7 @@ TRICOT_CONSUL_HOST=https://localhost:8501 TRICOT_CONSUL_CA_CERT=/etc/tricot/consul-ca.crt TRICOT_CONSUL_CLIENT_CERT=/etc/tricot/consul-client.crt TRICOT_CONSUL_CLIENT_KEY=/etc/tricot/consul-client.key -RUST_LOG=tricot=debug +RUST_LOG=tricot=trace EOH destination = "secrets/env" env = true |