File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ APP_INPUT_DIR=/app/data/input
4040# ============================================
4141# Pipeline Configuration
4242# ============================================
43- PIPELINE_IMPORTER = true
43+ PIPELINE_IMPORTER = false
4444PIPELINE_IMPORTER_FOLDER = /app/data/pipelines
4545PIPELINE_IMPORTER_REPLACE_IF_DIFFERENT = false
4646
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ services:
4141 DUUI_IMPORTER_FILE_ENDING : ${DUUI_IMPORTER_FILE_ENDING:-.xmi}
4242 DUUI_IMPORTER_WORKERS : ${DUUI_IMPORTER_WORKERS:-4}
4343 DUUI_IMPORTER_CAS_POOL_SIZE : ${DUUI_IMPORTER_CAS_POOL_SIZE:-8}
44- DUUI_IMPORTER_TYPE_SYSTEM_PATH : ${DUUI_IMPORTER_TYPE_SYSTEM_PATH:-}
44+ DUUI_IMPORTER_TYPE_SYSTEM_PATH : /app/data/types
4545 APP_INPUT_DIR : ${APP_INPUT_DIR:-/app/data/input}
4646 PIPELINE_IMPORTER : ${PIPELINE_IMPORTER:-true}
4747 PIPELINE_IMPORTER_FOLDER : ${PIPELINE_IMPORTER_FOLDER:-/app/pipelines}
@@ -58,6 +58,7 @@ services:
5858 start_period : 40s
5959 volumes :
6060 - ${DUUI_IMPORTER_PATH}:/app/data/input:ro
61+ - ${DUUI_IMPORTER_TYPE_SYSTEM_PATH}:/app/data/types:ro
6162
6263volumes :
6364 postgres_data :
You can’t perform that action at this time.
0 commit comments