2024-02-20 14:07:12 +00:00
|
|
|
# documentation: https://duplicati.readthedocs.io
|
|
|
|
# slogan: Duplicati is a backup solution, allowing you to make scheduled backups with encryption.
|
2023-10-25 19:36:57 +00:00
|
|
|
# tags: backup, encryption
|
2024-02-20 14:07:12 +00:00
|
|
|
# logo: svgs/duplicati.webp
|
2024-03-12 14:09:24 +00:00
|
|
|
# port: 8200
|
2023-10-25 19:36:57 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
duplicati:
|
|
|
|
image: lscr.io/linuxserver/duplicati:latest
|
|
|
|
environment:
|
2024-03-12 14:09:24 +00:00
|
|
|
- SERVICE_FQDN_DUPLICATI_8200
|
2023-10-25 19:36:57 +00:00
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
- TZ=Europe/Madrid
|
|
|
|
volumes:
|
|
|
|
- duplicati-config:/config
|
|
|
|
- duplicati-backups:/backups
|
|
|
|
healthcheck:
|
2024-05-17 08:11:55 +00:00
|
|
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:8200"]
|
2023-10-25 19:36:57 +00:00
|
|
|
interval: 2s
|
|
|
|
timeout: 10s
|
|
|
|
retries: 15
|