Updated garage definition

This commit is contained in:
Alex 2021-11-02 13:48:00 +01:00
parent 6c90a00f04
commit b8420756b4
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 2 additions and 2 deletions

View File

@ -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"