fix(pipeline): docker-compose env GDRIVE_REMOTE=cosma + rclone.conf mount + NAS sorties bind
This commit is contained in:
@@ -4,12 +4,14 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: pipeline_runner/Dockerfile
|
dockerfile: pipeline_runner/Dockerfile
|
||||||
|
container_name: cosma-pipeline-runner
|
||||||
ports:
|
ports:
|
||||||
- "8767:8767"
|
- "8767:8767"
|
||||||
volumes:
|
volumes:
|
||||||
- /data/sorties:/data/sorties
|
- /mnt/nas-cosma/cosma/sorties:/data/sorties
|
||||||
|
- /home/floppyrj45/.config/rclone/rclone.conf:/root/.config/rclone/rclone.conf:ro
|
||||||
environment:
|
environment:
|
||||||
- GDRIVE_REMOTE=gdrive:Cosma - Internal/06-Operations/06 - Sorties
|
- GDRIVE_REMOTE=cosma:06-Operations/06 - Sorties
|
||||||
- OUTPUT_DIR=/data/sorties
|
- OUTPUT_DIR=/data/sorties
|
||||||
- TOOLS_DIR=/app/tools
|
- TOOLS_DIR=/app/tools
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user