Skip to content

Commit

Permalink
services/nomad/apps/xmandump: redeploy with newly built container
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Jul 28, 2024
1 parent e127f1e commit b8c0b0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion services/nomad/apps/xmandump.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ job "xmandump" {
group "app" {
count = 1

restart {
attempts = 0
mode = "fail"
}

volume "root-mirror" {
type = "host"
source = "root_mirror"
Expand All @@ -21,7 +26,7 @@ job "xmandump" {
driver = "docker"

config {
image = "ghcr.io/void-linux/infra-xmandump:20220913RC01"
image = "ghcr.io/void-linux/infra-xmandump:20240727R1"
}

volume_mount {
Expand Down

0 comments on commit b8c0b0d

Please sign in to comment.