diff --git a/docker-compose.yml b/docker-compose.yml index f56f5da..0495f4f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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