Some checks failed
Nix Format Check / check-format (push) Failing after 38s
19 lines
513 B
Django/Jinja
19 lines
513 B
Django/Jinja
name: duplicati
|
|
services:
|
|
app:
|
|
image: lscr.io/linuxserver/duplicati:latest
|
|
user: root
|
|
environment:
|
|
- PUID=0
|
|
- PGID=0
|
|
- TZ=Europe/Amsterdam
|
|
- CLI_ARGS=
|
|
- SETTINGS_ENCRYPTION_KEY={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', field='encryption_key', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
|
|
volumes:
|
|
- /mnt/services/duplicati/data:/config
|
|
ports:
|
|
- 8200:8200
|
|
extra_hosts:
|
|
- host.docker.internal:host-gateway
|
|
restart: unless-stopped
|