edit docker compose

This commit is contained in:
t0is 2025-04-03 12:27:49 +02:00
parent 2134b13c21
commit 214fed1420

View File

@ -6,7 +6,9 @@ networks:
services:
drive-sync:
image: t0is/transcriptor-gdrive-sync:latest
build:
context: .
dockerfile: ./docker/syncer/Dockerfile
environment:
# Set your target Google Drive folder ID here.
- DRIVE_FOLDER_ID=1qjq9XEC19g6LGw6fwcZXSQYgOO2YuAOA
@ -14,7 +16,9 @@ services:
- /shared/transcriptor/clips:/shared/transcriptor/clips
drive-id-loader:
image: t0is/transcriptor-gdrive-sync:id_loader
build:
context: .
dockerfile: ./docker/id_loader/Dockerfile
environment:
# Set your target Google Drive folder ID here.
- DRIVE_FOLDER_ID=1qjq9XEC19g6LGw6fwcZXSQYgOO2YuAOA