edit docker compose
This commit is contained in:
parent
2134b13c21
commit
214fed1420
@ -6,7 +6,9 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
drive-sync:
|
drive-sync:
|
||||||
image: t0is/transcriptor-gdrive-sync:latest
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: ./docker/syncer/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
# Set your target Google Drive folder ID here.
|
# Set your target Google Drive folder ID here.
|
||||||
- DRIVE_FOLDER_ID=1qjq9XEC19g6LGw6fwcZXSQYgOO2YuAOA
|
- DRIVE_FOLDER_ID=1qjq9XEC19g6LGw6fwcZXSQYgOO2YuAOA
|
||||||
@ -14,7 +16,9 @@ services:
|
|||||||
- /shared/transcriptor/clips:/shared/transcriptor/clips
|
- /shared/transcriptor/clips:/shared/transcriptor/clips
|
||||||
|
|
||||||
drive-id-loader:
|
drive-id-loader:
|
||||||
image: t0is/transcriptor-gdrive-sync:id_loader
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: ./docker/id_loader/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
# Set your target Google Drive folder ID here.
|
# Set your target Google Drive folder ID here.
|
||||||
- DRIVE_FOLDER_ID=1qjq9XEC19g6LGw6fwcZXSQYgOO2YuAOA
|
- DRIVE_FOLDER_ID=1qjq9XEC19g6LGw6fwcZXSQYgOO2YuAOA
|
||||||
|
Loading…
Reference in New Issue
Block a user