Migrate from Plume from v0.6.0 to v0.7.0RC

This commit is contained in:
Quentin 2021-04-19 10:50:38 +02:00
parent 338a8ec7da
commit 68575d2654
Signed by untrusted user: quentin
GPG key ID: A98E9B769E4FF428
2 changed files with 3 additions and 3 deletions

View file

@ -79,8 +79,8 @@ services:
build: build:
context: ./plume/build/plume context: ./plume/build/plume
args: args:
VERSION: 0.6.0 VERSION: v0.7.0
image: superboum/plume:v2 image: superboum/plume:v3
postfix: postfix:
build: build:

View file

@ -17,7 +17,7 @@ job "plume" {
task "plume" { task "plume" {
driver = "docker" driver = "docker"
config { config {
image = "superboum/plume:v2" image = "superboum/plume:v3"
network_mode = "host" network_mode = "host"
ports = [ "web_port" ] ports = [ "web_port" ]
#command = "cat" #command = "cat"