From 0dfeed3e232bc7fcdeeea716442d2e86970884a4 Mon Sep 17 00:00:00 2001 From: "martin.fencl" Date: Wed, 26 Nov 2025 12:05:15 +0100 Subject: [PATCH] Update Collabora and Homarr compose file paths in update playbooks --- nextcloud/update_collabora.yml | 2 +- update_homarr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/update_collabora.yml b/nextcloud/update_collabora.yml index 2233651..3909242 100644 --- a/nextcloud/update_collabora.yml +++ b/nextcloud/update_collabora.yml @@ -24,7 +24,7 @@ # Use the FULL Nextcloud stack compose file; only target the 'collabora' service inside it collabora_project: "nextcloud-collabora" - collabora_compose_file: "/data/compose/collabora/nextcloud-collabora.yml" + collabora_compose_file: "/data/compose/nextcloud/nextcloud-collabora.yml" collabora_service: "collabora" # Docker command prefix (consistent behavior and quiet hints) diff --git a/update_homarr.yml b/update_homarr.yml index 1224ab8..6648602 100644 --- a/update_homarr.yml +++ b/update_homarr.yml @@ -20,7 +20,7 @@ # Homarr specifics homarr_project: "homarr" - homarr_compose_file: "/data/compose/homarr.yml" + homarr_compose_file: "/data/compose/homarr/docker-compose-homarr.yml" homarr_service: "homarr" homarr_image: "ghcr.io/homarr-labs/homarr:latest" homarr_port: 7575