diff --git a/systems/palatine-hill/docker/act-runner.nix b/systems/palatine-hill/docker/act-runner.nix index 543e8c3..9c57225 100644 --- a/systems/palatine-hill/docker/act-runner.nix +++ b/systems/palatine-hill/docker/act-runner.nix @@ -12,7 +12,7 @@ in virtualisation.oci-containers.containers = { act-stable-latest-main = { image = "gitea/act_runner:latest"; - pull = "newer"; + pull = "always"; extraOptions = [ "--stop-signal=SIGINT" ]; @@ -36,7 +36,7 @@ in act-stable-latest-1 = { image = "gitea/act_runner:latest"; - pull = "newer"; + pull = "always"; extraOptions = [ "--stop-signal=SIGINT" ]; @@ -59,7 +59,7 @@ in act-stable-latest-2 = { image = "gitea/act_runner:latest"; - pull = "newer"; + pull = "always"; extraOptions = [ "--stop-signal=SIGINT" ]; diff --git a/systems/palatine-hill/docker/glances.nix b/systems/palatine-hill/docker/glances.nix index 2003f3c..8ee4117 100644 --- a/systems/palatine-hill/docker/glances.nix +++ b/systems/palatine-hill/docker/glances.nix @@ -8,7 +8,7 @@ in virtualisation.oci-containers.containers = { glances = { image = "nicolargo/glances:latest-full"; - pull = "newer"; + pull = "always"; extraOptions = [ "--pid=host" "--network=haproxy-net" diff --git a/systems/palatine-hill/docker/minecraft.nix b/systems/palatine-hill/docker/minecraft.nix index 08cdee2..07761cf 100644 --- a/systems/palatine-hill/docker/minecraft.nix +++ b/systems/palatine-hill/docker/minecraft.nix @@ -39,7 +39,7 @@ in virtualisation.oci-containers.containers = { mc-router = { image = "itzg/mc-router:latest"; - pull = "newer"; + pull = "always"; extraOptions = [ "--network=haproxy-net" "--network=minecraft-net" diff --git a/systems/palatine-hill/docker/nextcloud.nix b/systems/palatine-hill/docker/nextcloud.nix index 28730b5..340e6b0 100644 --- a/systems/palatine-hill/docker/nextcloud.nix +++ b/systems/palatine-hill/docker/nextcloud.nix @@ -9,7 +9,7 @@ let nextcloud-base = { # image comes from running docker compose build in nextcloud-docker/.examples/full/apache image = "nextcloud-nextcloud"; - pull = "newer"; + pull = "always"; hostname = "nextcloud"; volumes = [ "${nextcloud_path}/nc_data:/var/www/html:z" @@ -49,7 +49,7 @@ in }; go-vod = { image = "radialapps/go-vod:latest"; - pull = "newer"; + pull = "always"; dependsOn = [ "nextcloud" ]; environment = { NEXTCLOUD_HOST = "https://nextcloud.alicehuston.xyz"; @@ -61,7 +61,7 @@ in }; collabora-code = { image = "collabora/code:latest"; - pull = "newer"; + pull = "always"; dependsOn = [ "nextcloud" ]; environment = { aliasgroup1 = "https://collabora.nayenoie.com:443"; diff --git a/systems/palatine-hill/docker/torr.nix b/systems/palatine-hill/docker/torr.nix index 75513c7..a822297 100644 --- a/systems/palatine-hill/docker/torr.nix +++ b/systems/palatine-hill/docker/torr.nix @@ -2,7 +2,7 @@ let delugeBase = { - pull = "newer"; + pull = "always"; environment = { PUID = "600"; PGID = "100";