grocy: Add docker hostname to backup container
This commit is contained in:
parent
9cf1a5e571
commit
f1be696479
1 changed files with 1 additions and 0 deletions
|
|
@ -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 %}
|
{% if restic_enable is not undefined and not false and stack_grocy_restic_enable is not undefined and not false %}
|
||||||
backup:
|
backup:
|
||||||
image: mazzolino/restic
|
image: mazzolino/restic
|
||||||
|
hostname: "{{ ansible_hostname }}"
|
||||||
environment:
|
environment:
|
||||||
TZ: "{{ restic_tz }}"
|
TZ: "{{ restic_tz }}"
|
||||||
BACKUP_CRON: "{{ stack_grocy_restic_cron }}"
|
BACKUP_CRON: "{{ stack_grocy_restic_cron }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue