Remove spoutnik for now, and update garage to 0.6.0-rc1

This commit is contained in:
Alex 2022-01-27 14:51:09 +01:00
parent 2fd02c9f3d
commit cce5cd17f5
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
2 changed files with 4 additions and 3 deletions

View File

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

View File

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