8 lines
239 B
YAML
8 lines
239 B
YAML
services:
|
|
drive-sync:
|
|
build: .
|
|
environment:
|
|
# Set your target Google Drive folder ID here.
|
|
- DRIVE_FOLDER_ID=1HKPydId23FmOWaT5dzBnDt0ooIMwzDLS
|
|
volumes:
|
|
- /shared/transcriptor/clips:/shared/transcriptor/clips |