Skip to content

Commit 2d3eb0e

Browse files
committed
Update environment configuration for pipeline importer and type system path
1 parent 6bf115f commit 2d3eb0e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4444
PIPELINE_IMPORTER_FOLDER=/app/data/pipelines
4545
PIPELINE_IMPORTER_REPLACE_IF_DIFFERENT=false
4646

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6263
volumes:
6364
postgres_data:

0 commit comments

Comments
 (0)