diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-08 18:05:17 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-08 18:05:17 +0100 |
commit | ea55c9b12b9540418586305204843a256a29fdf5 (patch) | |
tree | 6d77a674d002a2f24db7a20e65cc7168822c0d18 /app/frontend/deploy | |
parent | 3693d9f36bea5a6884737231aef3417a661df3dd (diff) | |
download | infrastructure-ea55c9b12b9540418586305204843a256a29fdf5.tar.gz infrastructure-ea55c9b12b9540418586305204843a256a29fdf5.zip |
synapse on dummy infrastructure for tricot test
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 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 |