[+] Template: Duplicati

🆕 **New Template**:

-> ℹ️ **Duplicati**: Duplicati is an open-source backup solution, allowing you to safeguard your data with ease through scheduled backups and encryption.
This commit is contained in:
TheH2SO4 2023-10-25 21:36:57 +02:00 committed by GitHub
parent 2fb674ae85
commit 5f2581020b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
# documentation: https://duplicati.readthedocs.io/en/latest/02-installation/
# slogan: Duplicati is an open-source backup solution, allowing you to safeguard your data with ease through scheduled backups and encryption.
# tags: backup, encryption
services:
duplicati:
image: lscr.io/linuxserver/duplicati:latest
environment:
- SERVICE_FQDN_DUPLICATI
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
volumes:
- duplicati-config:/config
- duplicati-backups:/backups
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8200"]
interval: 2s
timeout: 10s
retries: 15