16 lines
377 B
YAML
16 lines
377 B
YAML
version: "3.9"
|
|
services:
|
|
pipeline-runner:
|
|
build:
|
|
context: .
|
|
dockerfile: pipeline_runner/Dockerfile
|
|
ports:
|
|
- "8767:8767"
|
|
volumes:
|
|
- /data/sorties:/data/sorties
|
|
environment:
|
|
- GDRIVE_REMOTE=gdrive:Cosma - Internal/06-Operations/06 - Sorties
|
|
- OUTPUT_DIR=/data/sorties
|
|
- TOOLS_DIR=/app/tools
|
|
restart: unless-stopped
|