forked from Deuxfleurs/infrastructure
Upgrade containers
This commit is contained in:
parent
d13352910d
commit
9b7fd2fc0a
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ job "chat" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_synapse:v28"
|
image = "superboum/amd64_synapse:v29"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
port_map {
|
port_map {
|
||||||
client_port = 8008
|
client_port = 8008
|
||||||
|
@ -239,7 +239,7 @@ job "chat" {
|
||||||
task "server" {
|
task "server" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_riotweb:v10"
|
image = "superboum/amd64_riotweb:v11"
|
||||||
port_map {
|
port_map {
|
||||||
web_port = 8043
|
web_port = 8043
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue