forked from Deuxfleurs/infrastructure
Upgrade garage
This commit is contained in:
parent
2f1ef18510
commit
f844c9454f
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ job "garage" {
|
||||||
task "server" {
|
task "server" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "lxpz/garage_amd64:3"
|
image = "lxpz/garage_amd64:4"
|
||||||
port_map {
|
port_map {
|
||||||
rpc_port = 3901
|
rpc_port = 3901
|
||||||
api_port = 3900
|
api_port = 3900
|
||||||
|
@ -45,7 +45,7 @@ job "garage" {
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
memory = 500
|
memory = 500
|
||||||
cpu = 2000
|
cpu = 1000
|
||||||
network {
|
network {
|
||||||
port "rpc_port" {
|
port "rpc_port" {
|
||||||
static = "3901"
|
static = "3901"
|
||||||
|
|
Loading…
Reference in a new issue