11 lines
462 B
YAML
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 |