forked from Deuxfleurs/infrastructure
Migrate from Plume from v0.6.0 to v0.7.0RC
This commit is contained in:
parent
338a8ec7da
commit
68575d2654
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue