edit docker compose
This commit is contained in:
parent
2134b13c21
commit
214fed1420
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user