3
0
forked from jakub/ansible

Update Collabora and Homarr compose file paths in update playbooks

This commit is contained in:
martin.fencl
2025-11-26 12:05:15 +01:00
parent a8b8ea8a05
commit 0dfeed3e23
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

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