Some checks failed
Nix Format Check / check-format (push) Failing after 38s
13 lines
482 B
Django/Jinja
13 lines
482 B
Django/Jinja
name: duplicati
|
|
services:
|
|
app:
|
|
image: duplicati/duplicati:latest
|
|
environment:
|
|
- 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
|
|
restart: unless-stopped
|