forked from Deuxfleurs/infrastructure
Updated garage definition
This commit is contained in:
parent
6c90a00f04
commit
b8420756b4
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
job "garage" {
|
||||
datacenters = ["dc1", "belair", "saturne"]
|
||||
datacenters = ["dc1", "saturne", "neptune"]
|
||||
type = "system"
|
||||
priority = 80
|
||||
|
||||
|
@ -25,7 +25,7 @@ job "garage" {
|
|||
driver = "docker"
|
||||
config {
|
||||
advertise_ipv6_address = true
|
||||
image = "dxflrs/amd64_garage:v0.4-rc1"
|
||||
image = "dxflrs/amd64_garage:f02c2aba59ad7ee4ada3ab45c4fe66b49f5e6713"
|
||||
command = "/garage"
|
||||
args = [ "server" ]
|
||||
network_mode = "host"
|
||||
|
|
Loading…
Reference in a new issue