Skip to content

Commit dfce8d4

Browse files
committed
add missing config volume
1 parent 530a092 commit dfce8d4

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

devops/linux/docker/conf/stack/docker-stack-high-0.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,10 @@ services:
557557
source: $DATA_DIR_EM_SCALA/data
558558
target: /app/data
559559
read_only: true
560+
- type: bind
561+
source: $DATA_SYSTEM_CONFIG_DIR
562+
target: /app/conf_system
563+
read_only: true
560564
deploy:
561565
mode: replicated
562566
replicas: 0
@@ -602,6 +606,10 @@ services:
602606
source: $DATA_DIR_LINKER/conf
603607
target: /app/conf
604608
read_only: true
609+
- type: bind
610+
source: $DATA_SYSTEM_CONFIG_DIR
611+
target: /app/conf_system
612+
read_only: true
605613
deploy:
606614
mode: replicated
607615
replicas: 0
@@ -649,6 +657,10 @@ services:
649657
source: $DATA_DIR_ASYNC_RECEIVER/csv
650658
target: /app/csv
651659
read_only: false
660+
- type: bind
661+
source: $DATA_SYSTEM_CONFIG_DIR
662+
target: /app/conf_system
663+
read_only: true
652664
deploy:
653665
mode: replicated
654666
replicas: 0
@@ -707,6 +719,10 @@ services:
707719
source: $DATA_DIR_ASYNC_RECEIVER/csv
708720
target: /app/csv
709721
read_only: false
722+
- type: bind
723+
source: $DATA_SYSTEM_CONFIG_DIR
724+
target: /app/conf_system
725+
read_only: true
710726
deploy:
711727
mode: replicated
712728
replicas: 0

devops/linux/docker/conf/stack/docker-stack-high-1.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,10 @@ services:
557557
source: $DATA_DIR_EM_SCALA/data
558558
target: /app/data
559559
read_only: true
560+
- type: bind
561+
source: $DATA_SYSTEM_CONFIG_DIR
562+
target: /app/conf_system
563+
read_only: true
560564
deploy:
561565
mode: replicated
562566
replicas: 1
@@ -602,6 +606,10 @@ services:
602606
source: $DATA_DIR_LINKER/conf
603607
target: /app/conf
604608
read_only: true
609+
- type: bind
610+
source: $DATA_SYSTEM_CONFIG_DIR
611+
target: /app/conf_system
612+
read_only: true
605613
deploy:
606614
mode: replicated
607615
replicas: ${SCALE_LINKER}
@@ -649,6 +657,10 @@ services:
649657
source: $DATA_DIR_ASYNC_RECEIVER/csv
650658
target: /app/csv
651659
read_only: false
660+
- type: bind
661+
source: $DATA_SYSTEM_CONFIG_DIR
662+
target: /app/conf_system
663+
read_only: true
652664
deploy:
653665
mode: replicated
654666
replicas: 1
@@ -707,6 +719,10 @@ services:
707719
source: $DATA_DIR_ASYNC_RECEIVER/csv
708720
target: /app/csv
709721
read_only: false
722+
- type: bind
723+
source: $DATA_SYSTEM_CONFIG_DIR
724+
target: /app/conf_system
725+
read_only: true
710726
deploy:
711727
mode: replicated
712728
replicas: 1

0 commit comments

Comments
 (0)