File tree 2 files changed +32
-0
lines changed
devops/linux/docker/conf/stack
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -557,6 +557,10 @@ services:
557
557
source : $DATA_DIR_EM_SCALA/data
558
558
target : /app/data
559
559
read_only : true
560
+ - type : bind
561
+ source : $DATA_SYSTEM_CONFIG_DIR
562
+ target : /app/conf_system
563
+ read_only : true
560
564
deploy :
561
565
mode : replicated
562
566
replicas : 0
@@ -602,6 +606,10 @@ services:
602
606
source : $DATA_DIR_LINKER/conf
603
607
target : /app/conf
604
608
read_only : true
609
+ - type : bind
610
+ source : $DATA_SYSTEM_CONFIG_DIR
611
+ target : /app/conf_system
612
+ read_only : true
605
613
deploy :
606
614
mode : replicated
607
615
replicas : 0
@@ -649,6 +657,10 @@ services:
649
657
source : $DATA_DIR_ASYNC_RECEIVER/csv
650
658
target : /app/csv
651
659
read_only : false
660
+ - type : bind
661
+ source : $DATA_SYSTEM_CONFIG_DIR
662
+ target : /app/conf_system
663
+ read_only : true
652
664
deploy :
653
665
mode : replicated
654
666
replicas : 0
@@ -707,6 +719,10 @@ services:
707
719
source : $DATA_DIR_ASYNC_RECEIVER/csv
708
720
target : /app/csv
709
721
read_only : false
722
+ - type : bind
723
+ source : $DATA_SYSTEM_CONFIG_DIR
724
+ target : /app/conf_system
725
+ read_only : true
710
726
deploy :
711
727
mode : replicated
712
728
replicas : 0
Original file line number Diff line number Diff line change @@ -557,6 +557,10 @@ services:
557
557
source : $DATA_DIR_EM_SCALA/data
558
558
target : /app/data
559
559
read_only : true
560
+ - type : bind
561
+ source : $DATA_SYSTEM_CONFIG_DIR
562
+ target : /app/conf_system
563
+ read_only : true
560
564
deploy :
561
565
mode : replicated
562
566
replicas : 1
@@ -602,6 +606,10 @@ services:
602
606
source : $DATA_DIR_LINKER/conf
603
607
target : /app/conf
604
608
read_only : true
609
+ - type : bind
610
+ source : $DATA_SYSTEM_CONFIG_DIR
611
+ target : /app/conf_system
612
+ read_only : true
605
613
deploy :
606
614
mode : replicated
607
615
replicas : ${SCALE_LINKER}
@@ -649,6 +657,10 @@ services:
649
657
source : $DATA_DIR_ASYNC_RECEIVER/csv
650
658
target : /app/csv
651
659
read_only : false
660
+ - type : bind
661
+ source : $DATA_SYSTEM_CONFIG_DIR
662
+ target : /app/conf_system
663
+ read_only : true
652
664
deploy :
653
665
mode : replicated
654
666
replicas : 1
@@ -707,6 +719,10 @@ services:
707
719
source : $DATA_DIR_ASYNC_RECEIVER/csv
708
720
target : /app/csv
709
721
read_only : false
722
+ - type : bind
723
+ source : $DATA_SYSTEM_CONFIG_DIR
724
+ target : /app/conf_system
725
+ read_only : true
710
726
deploy :
711
727
mode : replicated
712
728
replicas : 1
You can’t perform that action at this time.
0 commit comments