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.
ansible-homelab/roles/setup_hosted_services/templates/gotify.j2

17 lines
329 B
Django/Jinja

---
version: "3.1"
services:
gotify:
labels:
ie.cianhatton.backup.enabled: "true"
ie.cianhatton.backup.schedule: "{{ backups.schedule_keys.nightly }}"
image: gotify/server
container_name: gotify
volumes:
- data:/app/data
ports:
- 7875:80
restart: unless-stopped
volumes:
data: