aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-04-23 22:04:14 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-04-23 22:04:14 +0200
commit60ad398c4471b94be9a2b6a13caa17941cb28131 (patch)
tree928f1918c8c7d25e4deaf848d8392a6bc7088641 /app
parent2695a79e8ad351c8a62a126c2b4d614a12319a07 (diff)
downloadinfrastructure-60ad398c4471b94be9a2b6a13caa17941cb28131.tar.gz
infrastructure-60ad398c4471b94be9a2b6a13caa17941cb28131.zip
Upgrade Plume + debug info
Diffstat (limited to 'app')
-rw-r--r--app/docker-compose.yml8
-rw-r--r--app/plume/config/app.env2
-rw-r--r--app/plume/deploy/plume.hcl2
3 files changed, 4 insertions, 8 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml
index cfd06b2..47f74cc 100644
--- a/app/docker-compose.yml
+++ b/app/docker-compose.yml
@@ -82,8 +82,8 @@ services:
build:
context: ./plume/build/plume
args:
- VERSION: 57a54cf016cdf566fe45c081bda1971f176c4532
- image: superboum/plume:v7
+ VERSION: 8709f6cf9f8ff7e3c5ee7ea699ee7c778e92fefc
+ image: superboum/plume:v8
postfix:
build:
@@ -106,7 +106,3 @@ services:
context: ./backup/build/backup-consul
image: lxpz/backup_consul:12
- backup-matrix:
- build:
- context: ./backup/build/backup-matrix
- image: superboum/backup_matrix:4
diff --git a/app/plume/config/app.env b/app/plume/config/app.env
index 3dbf609..0d30ba9 100644
--- a/app/plume/config/app.env
+++ b/app/plume/config/app.env
@@ -29,4 +29,4 @@ LDAP_USER_MAIL_ATTR=mail
LDAP_TLS=false
RUST_BACKTRACE=1
-RUST_LOG=info
+RUST_LOG=trace
diff --git a/app/plume/deploy/plume.hcl b/app/plume/deploy/plume.hcl
index 14f460e..266a665 100644
--- a/app/plume/deploy/plume.hcl
+++ b/app/plume/deploy/plume.hcl
@@ -23,7 +23,7 @@ job "plume-blog" {
driver = "docker"
config {
- image = "superboum/plume:v7"
+ image = "superboum/plume:v8"
network_mode = "host"
ports = [ "web_port" ]
#command = "cat"