aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-04-19 10:50:38 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-04-19 10:50:38 +0200
commit68575d2654c69c929f0fb9f73c80e9f3a1490b9d (patch)
tree6a08b74d4985fbca45a14240f4ef9a2e07e92955
parent338a8ec7da79ecaccb70f2fbd7cecd385a32fae7 (diff)
downloadinfrastructure-68575d2654c69c929f0fb9f73c80e9f3a1490b9d.tar.gz
infrastructure-68575d2654c69c929f0fb9f73c80e9f3a1490b9d.zip
Migrate from Plume from v0.6.0 to v0.7.0RC
-rw-r--r--app/docker-compose.yml4
-rw-r--r--app/plume/deploy/plume.hcl2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml
index fac84a1..79d4919 100644
--- a/app/docker-compose.yml
+++ b/app/docker-compose.yml
@@ -79,8 +79,8 @@ services:
build:
context: ./plume/build/plume
args:
- VERSION: 0.6.0
- image: superboum/plume:v2
+ VERSION: v0.7.0
+ image: superboum/plume:v3
postfix:
build:
diff --git a/app/plume/deploy/plume.hcl b/app/plume/deploy/plume.hcl
index 0a82c57..9709c3b 100644
--- a/app/plume/deploy/plume.hcl
+++ b/app/plume/deploy/plume.hcl
@@ -17,7 +17,7 @@ job "plume" {
task "plume" {
driver = "docker"
config {
- image = "superboum/plume:v2"
+ image = "superboum/plume:v3"
network_mode = "host"
ports = [ "web_port" ]
#command = "cat"