feat: update Duplicati Docker Compose configuration to improve environment variable syntax and add storage volume
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
parent
a4cc7bb99e
commit
179f81e023
@ -5,9 +5,10 @@ services:
|
||||
environment:
|
||||
- DUPLICATI__WEBSERVICE_PASSWORD={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
|
||||
- SETTINGS_ENCRYPTION_KEY={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', field='encryption_key', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
|
||||
- DOTNET_SYSTEM_IO_DISABLEFILELOCKING: true
|
||||
- DOTNET_SYSTEM_IO_DISABLEFILELOCKING=true
|
||||
volumes:
|
||||
- {{ duplicati_data_dir }}:/config
|
||||
- /mnt/storage-box:/mnt/storage-box
|
||||
ports:
|
||||
- 8200:8200
|
||||
restart: unless-stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user