diff --git a/nextcloud/update_uptime_kuma.yml b/nextcloud/update_uptime_kuma.yml index 598cf0d..4fd5e34 100644 --- a/nextcloud/update_uptime_kuma.yml +++ b/nextcloud/update_uptime_kuma.yml @@ -13,12 +13,11 @@ use_sudo: false # --- Uptime Kuma specifics --- - kuma_project: "uptime-kuma" # docker compose project name - kuma_compose_file: "/data/compose/kuma/uptime-kuma.yml" # adjust to your path - kuma_service: "uptime-kuma" # service name from compose + kuma_project: "uptime-kuma" + kuma_compose_file: "/data/compose/uptime-kuma.yml" + kuma_service: "uptime-kuma" kuma_port: 3001 - # Optional external URL for controller-side readiness check. # If empty/undefined, controller check is skipped and we only probe from the VM. kuma_url: "{{ lookup('env', 'KUMA_URL') | default('', true) }}"