You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
380 B
Django/Jinja
18 lines
380 B
Django/Jinja
---
|
|
version: '3.3'
|
|
services:
|
|
uptime-kuma:
|
|
labels:
|
|
ie.cianhatton.backup.enabled: "true"
|
|
ie.cianhatton.backup.schedule: "{{ backups.schedule_keys.nightly }}"
|
|
image: "{{ template_vars.image }}:{{ template_vars.tag }}"
|
|
container_name: uptime-kuma
|
|
volumes:
|
|
- data:/app/data
|
|
ports:
|
|
- 3001:3001
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
data:
|