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
|
|
@ -47,15 +47,9 @@ immich_worker_compose:
|
|||
|
||||
volumes:
|
||||
upload:
|
||||
driver: rclone
|
||||
driver_opts:
|
||||
type: sftp
|
||||
sftp_host: "{{ opentofu.hcloud_storage_box_accounts.immich.host }}"
|
||||
sftp_port: 23
|
||||
sftp_user: "{{ opentofu.hcloud_storage_box_accounts.immich.user }}"
|
||||
sftp_pass: "{{ opentofu.hcloud_storage_box_accounts.immich.pass_obscure }}"
|
||||
allow_other: 'true'
|
||||
vfs_cache_mode: minimal
|
||||
poll_interval: 0
|
||||
type: cifs
|
||||
o: "username={{ opentofu.hcloud_storage_box_accounts.immich.user }},password={{ opentofu.hcloud_storage_box_accounts.immich.pass }}"
|
||||
device: "//{{ opentofu.hcloud_storage_box_accounts.immich.host }}/{{ opentofu.hcloud_storage_box_accounts.immich.user }}"
|
||||
pgdata:
|
||||
model-cache:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue