diff --git a/nomad/gitea.nomad b/nomad/gitea.nomad index 86cfc0e..13a0444 100644 --- a/nomad/gitea.nomad +++ b/nomad/gitea.nomad @@ -23,7 +23,7 @@ job "gitea" { } driver = "docker" config { - image = "docker.service.masked.name:8082/gitea" + image = "docker.service.masked.name:8082/gitea:latest" ports = ["http"] volumes = [ "/mnt/raid/gitea:/data" diff --git a/nomad/nextcloud.nomad b/nomad/nextcloud.nomad index c769fe2..254beb8 100644 --- a/nomad/nextcloud.nomad +++ b/nomad/nextcloud.nomad @@ -23,7 +23,7 @@ job "nextcloud" { } driver = "docker" config { - image = "docker.service.masked.name:8082/nextcloud:21.0.0-apache" + image = "docker.service.masked.name:8082/nextcloud:latest" ports = ["nextcloud"] volumes = [ "/mnt/raid/nextcloud/:/var/www/html" diff --git a/nomad/sudoscientist-go-backend.nomad b/nomad/sudoscientist-go-backend.nomad index 1e11757..a26f231 100644 --- a/nomad/sudoscientist-go-backend.nomad +++ b/nomad/sudoscientist-go-backend.nomad @@ -5,9 +5,10 @@ job "sudoscientist-go-backend" { constraint { attribute = "${attr.cpu.arch}" - value = "arm64" + value = "amd64" } + update { stagger = "30s" max_parallel = 1