forked from Deuxfleurs/nixcfg
Remove spoutnik for now, and update garage to 0.6.0-rc1
This commit is contained in:
parent
2fd02c9f3d
commit
cce5cd17f5
2 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,7 @@ job "frontend" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "lxpz/amd64_tricot:33"
|
||||
image = "lxpz/amd64_tricot:34"
|
||||
network_mode = "host"
|
||||
readonly_rootfs = true
|
||||
ports = [ "http_port", "https_port" ]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
job "garage-staging" {
|
||||
type = "system"
|
||||
datacenters = [ "neptune", "pluton" ]
|
||||
#datacenters = [ "neptune", "pluton" ]
|
||||
datacenters = [ "neptune" ]
|
||||
|
||||
priority = 80
|
||||
|
||||
|
@ -26,7 +27,7 @@ job "garage-staging" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "dxflrs/amd64_garage:v0.5-beta1"
|
||||
image = "dxflrs/amd64_garage:v0.6.0-rc1"
|
||||
command = "/garage"
|
||||
args = [ "server" ]
|
||||
network_mode = "host"
|
||||
|
|
Loading…
Reference in a new issue