Skip to content

Commit c79b45c

Browse files
committed
add missing config_system volume
1 parent dfce8d4 commit c79b45c

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@ services:
450450
source: $DATA_DIR_ASYNC_RECEIVER/conf
451451
target: /app/conf
452452
read_only: true
453+
- type: bind
454+
source: $DATA_SYSTEM_CONFIG_DIR
455+
target: /app/conf_system
456+
read_only: true
453457
deploy:
454458
mode: replicated
455459
replicas: 0
@@ -480,6 +484,10 @@ services:
480484
source: $DATA_DIR_ETL/conf
481485
target: /app/conf
482486
read_only: true
487+
- type: bind
488+
source: $DATA_SYSTEM_CONFIG_DIR
489+
target: /app/conf_system
490+
read_only: true
483491
deploy:
484492
mode: replicated
485493
replicas: 0
@@ -524,6 +532,10 @@ services:
524532
source: $DATA_DIR_CONTROLLER/conf
525533
target: /app/conf
526534
read_only: true
535+
- type: bind
536+
source: $DATA_SYSTEM_CONFIG_DIR
537+
target: /app/conf_system
538+
read_only: true
527539
deploy:
528540
mode: replicated
529541
replicas: 0
@@ -863,6 +875,11 @@ services:
863875
REACT_APP_SHOW_BRAND_LOGO: "${REACT_APP_SHOW_BRAND_LOGO}"
864876
networks:
865877
- frontend
878+
volumes:
879+
- type: bind
880+
source: $DATA_SYSTEM_CONFIG_DIR
881+
target: /app/conf_system
882+
read_only: true
866883
deploy:
867884
mode: replicated
868885
replicas: 0

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@ services:
450450
source: $DATA_DIR_ASYNC_RECEIVER/conf
451451
target: /app/conf
452452
read_only: true
453+
- type: bind
454+
source: $DATA_SYSTEM_CONFIG_DIR
455+
target: /app/conf_system
456+
read_only: true
453457
deploy:
454458
mode: replicated
455459
replicas: 1
@@ -480,6 +484,10 @@ services:
480484
source: $DATA_DIR_ETL/conf
481485
target: /app/conf
482486
read_only: true
487+
- type: bind
488+
source: $DATA_SYSTEM_CONFIG_DIR
489+
target: /app/conf_system
490+
read_only: true
483491
deploy:
484492
mode: replicated
485493
replicas: 1
@@ -524,6 +532,10 @@ services:
524532
source: $DATA_DIR_CONTROLLER/conf
525533
target: /app/conf
526534
read_only: true
535+
- type: bind
536+
source: $DATA_SYSTEM_CONFIG_DIR
537+
target: /app/conf_system
538+
read_only: true
527539
deploy:
528540
mode: replicated
529541
replicas: 1
@@ -863,6 +875,11 @@ services:
863875
REACT_APP_SHOW_BRAND_LOGO: "${REACT_APP_SHOW_BRAND_LOGO}"
864876
networks:
865877
- frontend
878+
volumes:
879+
- type: bind
880+
source: $DATA_SYSTEM_CONFIG_DIR
881+
target: /app/conf_system
882+
read_only: true
866883
deploy:
867884
mode: replicated
868885
replicas: 1

0 commit comments

Comments
 (0)