transcriptor-gdrive-sync/docker-compose.yml
2025-03-03 16:31:21 +01:00

11 lines
462 B
YAML

services:
drive-sync:
build: .
environment:
# Set your target Google Drive folder ID here.
- DRIVE_FOLDER_ID=1HKPydId23FmOWaT5dzBnDt0ooIMwzDLS
volumes:
# Map your local folder to the container's /shared/transcriptor/clips
- /shared/transcriptor/clips:/shared/transcriptor/clips
# Mount your rclone configuration file containing the Google Drive remote details.
- ./rclone.conf:/root/.config/rclone/rclone.conf:ro