Replace docker rclone volumes with native cifs volumes
This commit is contained in:
parent
85568c8278
commit
635a0c4da8
12 changed files with 19 additions and 106 deletions
|
|
@ -15,9 +15,12 @@ calibre_web_compose:
|
|||
image: lscr.io/linuxserver/calibre-web:latest
|
||||
volumes:
|
||||
- config:/config
|
||||
- calibre_web_data:/data
|
||||
- data:/data
|
||||
file:
|
||||
volumes:
|
||||
config:
|
||||
calibre_web_data:
|
||||
external: true
|
||||
data:
|
||||
driver_opts:
|
||||
type: cifs
|
||||
o: "username={{ opentofu.hcloud_storage_box_accounts.calibre_web.user }},password={{ opentofu.hcloud_storage_box_accounts.calibre_web.pass }}"
|
||||
device: "//{{ opentofu.hcloud_storage_box_accounts.calibre_web.host }}/{{ opentofu.hcloud_storage_box_accounts.calibre_web.user }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue