Nomad changes
Some checks failed
Deploy continuwuity to Nomad / nomad job run continuwuity (push) Has been cancelled

This commit is contained in:
2026-06-29 16:20:37 +02:00
parent d779432e4e
commit d9eaa82435
7 changed files with 44 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
job "continuwuity" {
region = "global"
datacenters = ["dc1"]
type = "service"
node_pool = "default"
@@ -127,8 +128,9 @@ EOF
config {
# TODO: pin to a released tag instead of :latest before going to prod.
image = "forgejo.ellis.link/continuwuation/continuwuity:latest"
ports = ["http"]
image = "forgejo.ellis.link/continuwuation/continuwuity:latest"
ports = ["http"]
force_pull = true # required with :latest — otherwise Nomad reuses the cached image on redeploy
}
resources {