update Rclone volume configuration to use NFS mount in docker-compose.yml
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 13s

This commit is contained in:
krisz 2025-08-22 14:51:33 +02:00
parent 42c0836988
commit cfe1d64f56

View File

@ -130,9 +130,7 @@ services:
- public
volumes:
- data:/data:ro
secrets:
- source: rclone-config
target: /config/rclone/rclone.conf
- rclone-config:/config/rclone
environment:
- TZ=Europe/Budapest
deploy:
@ -149,9 +147,7 @@ services:
- public
volumes:
- data:/data:ro
secrets:
- source: rclone-config
target: /config/rclone/rclone.conf
- rclone-config:/config/rclone
environment:
- TZ=Europe/Budapest
deploy:
@ -198,6 +194,13 @@ volumes:
cache:
name: immich-model-cache
driver: local
rclone-config:
name: rclone-config
driver: local
driver_opts:
type: nfs
device: ":/nfs_share/rclone"
o: "addr=10.0.0.3,rw,soft,nfsvers=4"
configs:
haproxy: