From f1be696479548bd2e19bddfd829002289138ecff Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 18 Jul 2025 17:28:29 +0200 Subject: [PATCH] grocy: Add docker hostname to backup container --- roles/grocy/templates/docker-compose.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/grocy/templates/docker-compose.yaml.j2 b/roles/grocy/templates/docker-compose.yaml.j2 index dce0fdb..d2a3d46 100644 --- a/roles/grocy/templates/docker-compose.yaml.j2 +++ b/roles/grocy/templates/docker-compose.yaml.j2 @@ -19,6 +19,7 @@ services: {% if restic_enable is not undefined and not false and stack_grocy_restic_enable is not undefined and not false %} backup: image: mazzolino/restic + hostname: "{{ ansible_hostname }}" environment: TZ: "{{ restic_tz }}" BACKUP_CRON: "{{ stack_grocy_restic_cron }}"