|
|
|
@ -5,7 +5,7 @@ services:
|
|
|
|
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
|
|
|
|
|