newer -> always

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-06-01 18:35:15 -04:00
parent f81e84adee
commit d9303c47d3
5 changed files with 9 additions and 9 deletions

View File

@ -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";