forked from Deuxfleurs/infrastructure
Merge branch 'master' of git.luxeylab.net:Deuxfleurs/deuxfleurs.fr
This commit is contained in:
commit
e936ebd43f
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ job "directory2" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
memory = 100
|
memory = 200
|
||||||
network {
|
network {
|
||||||
port "web_port" {}
|
port "web_port" {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -146,7 +146,7 @@ job "chat" {
|
||||||
task "easybridge" {
|
task "easybridge" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "lxpz/easybridge_amd64:21"
|
image = "lxpz/easybridge_amd64:26"
|
||||||
port_map {
|
port_map {
|
||||||
api_port = 8321
|
api_port = 8321
|
||||||
web_port = 8281
|
web_port = 8281
|
||||||
|
|
Loading…
Reference in a new issue