feat(nomad): Add force_pull to ensure latest image is used

This commit is contained in:
2026-02-08 15:20:21 -08:00
parent 5e1c7c116e
commit 7041b53fd3

View File

@@ -40,6 +40,7 @@ job "navidrome-litefs" {
image = "gitea.service.dc1.fbleagh.duckdns.org/sstent/navidrome-litefs:latest" image = "gitea.service.dc1.fbleagh.duckdns.org/sstent/navidrome-litefs:latest"
privileged = true # Still needed for FUSE privileged = true # Still needed for FUSE
ports = ["http", "litefs"] ports = ["http", "litefs"]
force_pull = true
volumes = [ volumes = [
"/mnt/configs/navidrome_litefs:/var/lib/litefs", "/mnt/configs/navidrome_litefs:/var/lib/litefs",