Some checks failed
Nix Format Check / check-format (push) Failing after 38s
18 lines
596 B
Django/Jinja
18 lines
596 B
Django/Jinja
name: duplicati
|
|
services:
|
|
app:
|
|
image: lscr.io/linuxserver/duplicati:latest
|
|
user: root
|
|
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
|