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:
|
environment:
|
||||||
- DUPLICATI__WEBSERVICE_PASSWORD={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
|
- DUPLICATI__WEBSERVICE_PASSWORD={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
|
||||||
- SETTINGS_ENCRYPTION_KEY={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', field='encryption_key', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
|
- SETTINGS_ENCRYPTION_KEY={{ lookup('onepassword', 'ifpbi3n3zduwhoihrc3lflmoey', field='encryption_key', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
|
||||||
- DOTNET_SYSTEM_IO_DISABLEFILELOCKING: true
|
- DOTNET_SYSTEM_IO_DISABLEFILELOCKING=true
|
||||||
volumes:
|
volumes:
|
||||||
- {{ duplicati_data_dir }}:/config
|
- {{ duplicati_data_dir }}:/config
|
||||||
|
- /mnt/storage-box:/mnt/storage-box
|
||||||
ports:
|
ports:
|
||||||
- 8200:8200
|
- 8200:8200
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user