aboutsummaryrefslogtreecommitdiff
path: root/app/plume/deploy
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 /app/plume/deploy
parent338a8ec7da79ecaccb70f2fbd7cecd385a32fae7 (diff)
downloadinfrastructure-68575d2654c69c929f0fb9f73c80e9f3a1490b9d.tar.gz
infrastructure-68575d2654c69c929f0fb9f73c80e9f3a1490b9d.zip
Migrate from Plume from v0.6.0 to v0.7.0RC
Diffstat (limited to 'app/plume/deploy')
-rw-r--r--app/plume/deploy/plume.hcl2
1 files changed, 1 insertions, 1 deletions
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"