feat(nomad): Add force_pull to ensure latest image is used
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user