feat: update Duplicati Docker image and remove unnecessary configurations
Some checks failed
Nix Format Check / check-format (push) Failing after 38s

This commit is contained in:
Menno van Leeuwen 2025-03-11 19:20:01 +01:00
parent 0515dc0842
commit edad7cd8d0
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -1,17 +1,12 @@
name: duplicati name: duplicati
services: services:
app: app:
image: lscr.io/linuxserver/duplicati:latest image: duplicati/duplicati:latest
user: root
environment: environment:
- PUID=0
- PGID=0
- DUPLICATI__WEBSERVICE_PASSWORD={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', vault='j7nmhqlsjmp2r6umly5t75hzb4') }} - DUPLICATI__WEBSERVICE_PASSWORD={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
- SETTINGS_ENCRYPTION_KEY={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', field='encryption_key', vault='j7nmhqlsjmp2r6umly5t75hzb4') }} - SETTINGS_ENCRYPTION_KEY={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', field='encryption_key', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
volumes: volumes:
- {{ duplicati_data_dir }}:/config - {{ duplicati_data_dir }}:/config
ports: ports:
- 8200:8200 - 8200:8200
extra_hosts:
- host.docker.internal:host-gateway
restart: unless-stopped restart: unless-stopped