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"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "lxpz/amd64_tricot:33"
|
image = "lxpz/amd64_tricot:34"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
ports = [ "http_port", "https_port" ]
|
ports = [ "http_port", "https_port" ]
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
job "garage-staging" {
|
job "garage-staging" {
|
||||||
type = "system"
|
type = "system"
|
||||||
datacenters = [ "neptune", "pluton" ]
|
#datacenters = [ "neptune", "pluton" ]
|
||||||
|
datacenters = [ "neptune" ]
|
||||||
|
|
||||||
priority = 80
|
priority = 80
|
||||||
|
|
||||||
|
@ -26,7 +27,7 @@ job "garage-staging" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "dxflrs/amd64_garage:v0.5-beta1"
|
image = "dxflrs/amd64_garage:v0.6.0-rc1"
|
||||||
command = "/garage"
|
command = "/garage"
|
||||||
args = [ "server" ]
|
args = [ "server" ]
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
|
|
Loading…
Reference in a new issue