Enhanced rclone container with inotifywait to sync scrolls, hedgedoc uploads, ghost, and trilium to Google Drive, Internet Archive, Web3.storage, and local NAS

This commit is contained in:
2025-05-26 20:12:25 -05:00
parent 5c9950ad4f
commit 24114f762c
5 changed files with 104 additions and 73 deletions
+14
View File
@@ -115,6 +115,20 @@ services:
networks:
- fold-network
rclone:
build: ./rclone
container_name: rclone_dev
volumes:
- ./config/rclone/rclone.conf:/config/rclone/rclone.conf:ro
- ./volumes:/data:ro
- /mnt/nas:/nas
- ./scripts/rclone-sync.sh:/rclone-sync.sh:ro
- ./scripts/rclone-watch.sh:/rclone-watch.sh:ro
entrypoint: ["/bin/sh", "/rclone-watch.sh"]
user: "1000:1000"
networks:
- fold-network
networks:
fold-network:
driver: bridge