|
|
|
@ -4,8 +4,8 @@ services:
|
|
|
|
uptime-kuma:
|
|
|
|
uptime-kuma:
|
|
|
|
labels:
|
|
|
|
labels:
|
|
|
|
ie.cianhatton.backup.enabled: "true"
|
|
|
|
ie.cianhatton.backup.enabled: "true"
|
|
|
|
ie.cianhatton.backup.schedule: "{{backups.schedule_keys.nightly}}"
|
|
|
|
ie.cianhatton.backup.schedule: "{{ backups.schedule_keys.nightly }}"
|
|
|
|
image: louislam/uptime-kuma:1
|
|
|
|
image: "{{ template_vars.image }}:{{ template_vars.tag }}"
|
|
|
|
container_name: uptime-kuma
|
|
|
|
container_name: uptime-kuma
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- data:/app/data
|
|
|
|
- data:/app/data
|
|
|
|
|