transcriptor-gdrive-sync/docker-compose.yml
2025-04-02 04:41:29 +02:00

25 lines
639 B
YAML

networks:
mariadb:
external: true
name: mariadb
services:
drive-sync:
image: t0is/transcriptor-gdrive-sync:latest
environment:
# Set your target Google Drive folder ID here.
- DRIVE_FOLDER_ID=1qjq9XEC19g6LGw6fwcZXSQYgOO2YuAOA
volumes:
- /shared/transcriptor/clips:/shared/transcriptor/clips
drive-id-loader:
image: t0is/transcriptor-gdrive-sync:id_loader
environment:
# Set your target Google Drive folder ID here.
- DRIVE_FOLDER_ID=1qjq9XEC19g6LGw6fwcZXSQYgOO2YuAOA
volumes:
- /shared/transcriptor/clips:/shared/transcriptor/clips
networks:
- mariadb