File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
devops/linux/docker/conf/stack Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -450,6 +450,10 @@ services:
450
450
source : $DATA_DIR_ASYNC_RECEIVER/conf
451
451
target : /app/conf
452
452
read_only : true
453
+ - type : bind
454
+ source : $DATA_SYSTEM_CONFIG_DIR
455
+ target : /app/conf_system
456
+ read_only : true
453
457
deploy :
454
458
mode : replicated
455
459
replicas : 0
@@ -480,6 +484,10 @@ services:
480
484
source : $DATA_DIR_ETL/conf
481
485
target : /app/conf
482
486
read_only : true
487
+ - type : bind
488
+ source : $DATA_SYSTEM_CONFIG_DIR
489
+ target : /app/conf_system
490
+ read_only : true
483
491
deploy :
484
492
mode : replicated
485
493
replicas : 0
@@ -524,6 +532,10 @@ services:
524
532
source : $DATA_DIR_CONTROLLER/conf
525
533
target : /app/conf
526
534
read_only : true
535
+ - type : bind
536
+ source : $DATA_SYSTEM_CONFIG_DIR
537
+ target : /app/conf_system
538
+ read_only : true
527
539
deploy :
528
540
mode : replicated
529
541
replicas : 0
@@ -863,6 +875,11 @@ services:
863
875
REACT_APP_SHOW_BRAND_LOGO : " ${REACT_APP_SHOW_BRAND_LOGO}"
864
876
networks :
865
877
- frontend
878
+ volumes :
879
+ - type : bind
880
+ source : $DATA_SYSTEM_CONFIG_DIR
881
+ target : /app/conf_system
882
+ read_only : true
866
883
deploy :
867
884
mode : replicated
868
885
replicas : 0
Original file line number Diff line number Diff line change @@ -450,6 +450,10 @@ services:
450
450
source : $DATA_DIR_ASYNC_RECEIVER/conf
451
451
target : /app/conf
452
452
read_only : true
453
+ - type : bind
454
+ source : $DATA_SYSTEM_CONFIG_DIR
455
+ target : /app/conf_system
456
+ read_only : true
453
457
deploy :
454
458
mode : replicated
455
459
replicas : 1
@@ -480,6 +484,10 @@ services:
480
484
source : $DATA_DIR_ETL/conf
481
485
target : /app/conf
482
486
read_only : true
487
+ - type : bind
488
+ source : $DATA_SYSTEM_CONFIG_DIR
489
+ target : /app/conf_system
490
+ read_only : true
483
491
deploy :
484
492
mode : replicated
485
493
replicas : 1
@@ -524,6 +532,10 @@ services:
524
532
source : $DATA_DIR_CONTROLLER/conf
525
533
target : /app/conf
526
534
read_only : true
535
+ - type : bind
536
+ source : $DATA_SYSTEM_CONFIG_DIR
537
+ target : /app/conf_system
538
+ read_only : true
527
539
deploy :
528
540
mode : replicated
529
541
replicas : 1
@@ -863,6 +875,11 @@ services:
863
875
REACT_APP_SHOW_BRAND_LOGO : " ${REACT_APP_SHOW_BRAND_LOGO}"
864
876
networks :
865
877
- frontend
878
+ volumes :
879
+ - type : bind
880
+ source : $DATA_SYSTEM_CONFIG_DIR
881
+ target : /app/conf_system
882
+ read_only : true
866
883
deploy :
867
884
mode : replicated
868
885
replicas : 1
You can’t perform that action at this time.
0 commit comments