Nomad changes
Some checks failed
Deploy continuwuity to Nomad / nomad job run continuwuity (push) Has been cancelled
Some checks failed
Deploy continuwuity to Nomad / nomad job run continuwuity (push) Has been cancelled
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user