feat: update Duplicati Docker image and remove unnecessary configurations
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
parent
0515dc0842
commit
edad7cd8d0
@ -1,17 +1,12 @@
|
||||
name: duplicati
|
||||
services:
|
||||
app:
|
||||
image: lscr.io/linuxserver/duplicati:latest
|
||||
user: root
|
||||
image: duplicati/duplicati:latest
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- DUPLICATI__WEBSERVICE_PASSWORD={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
|
||||
- SETTINGS_ENCRYPTION_KEY={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', field='encryption_key', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
|
||||
volumes:
|
||||
- {{ duplicati_data_dir }}:/config
|
||||
ports:
|
||||
- 8200:8200
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
restart: unless-stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user