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/hasteypaste.j2

20 lines
445 B
Django/Jinja

---
version: "3"
services:
hastey-paste:
labels:
ie.cianhatton.backup.enabled: "true"
ie.cianhatton.backup.schedule: "{{ backups.schedule_keys.weekly }}"
container_name: hastey-paste
image: ghcr.io/enchant97/hasty-paste:1
restart: unless-stopped
volumes:
- data:/app/data
ports:
- 8000:8000
environment:
- "DEFAULT_USE_LONG_ID=true"
- "ENABLE_PUBLIC_LIST=false"
volumes:
data: