updated
This commit is contained in:
parent
58a9af8509
commit
532822c60f
6 changed files with 153 additions and 2 deletions
19
config/ervu-decision-document-service.env
Normal file
19
config/ervu-decision-document-service.env
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
PG_HOST=10.10.31.119
|
||||
PG_PORT=5432
|
||||
PG_DATABASE=ervu_decision_document_local
|
||||
PG_USER=ervu_decision_document
|
||||
PG_PASSWORD=ervu_decision_document
|
||||
|
||||
KAFKA_HOSTS=local-kafka:9094
|
||||
KAFKA_AUTH_SASL_MODULE=org.apache.kafka.common.security.plain.PlainLoginModule
|
||||
KAFKA_AUTH_SEC_PROTO=PLAINTEXT
|
||||
KAFKA_AUTH_SASL_MECH=PLAIN
|
||||
KAFKA_USER=user2
|
||||
KAFKA_PASS=Blfi9d2OFG
|
||||
|
||||
EXTERNAL_KAFKA_HOSTS=local-kafka:9094
|
||||
EXTERNAL_KAFKA_AUTH_SASL_MODULE=org.apache.kafka.common.security.plain.PlainLoginModule
|
||||
EXTERNAL_KAFKA_AUTH_SEC_PROTO=PLAINTEXT
|
||||
EXTERNAL_KAFKA_AUTH_SASL_MECH=PLAIN
|
||||
EXTERNAL_KAFKA_USER=user2
|
||||
EXTERNAL_KAFKA_PASS=Blfi9d2OFG
|
||||
19
config/ervu-journal-service.env
Normal file
19
config/ervu-journal-service.env
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
PG_HOST=10.10.31.119
|
||||
PG_PORT=5432
|
||||
PG_DATABASE=ervu_journal
|
||||
PG_USER=ervu_journal
|
||||
PG_PASSWORD=ervu_journal
|
||||
|
||||
KAFKA_HOSTS=local-kafka:9094
|
||||
KAFKA_AUTH_SASL_MODULE=org.apache.kafka.common.security.plain.PlainLoginModule
|
||||
KAFKA_AUTH_SEC_PROTO=PLAINTEXT
|
||||
KAFKA_AUTH_SASL_MECH=PLAIN
|
||||
KAFKA_USER=user2
|
||||
KAFKA_PASS=Blfi9d2OFG
|
||||
|
||||
EXTERNAL_KAFKA_HOSTS=local-kafka:9094
|
||||
EXTERNAL_KAFKA_AUTH_SASL_MODULE=org.apache.kafka.common.security.plain.PlainLoginModule
|
||||
EXTERNAL_KAFKA_AUTH_SEC_PROTO=PLAINTEXT
|
||||
EXTERNAL_KAFKA_AUTH_SASL_MECH=PLAIN
|
||||
EXTERNAL_KAFKA_USER=user2
|
||||
EXTERNAL_KAFKA_PASS=Blfi9d2OFG
|
||||
13
config/ervu-object-diff-calc.env
Normal file
13
config/ervu-object-diff-calc.env
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
KAFKA_HOSTS=local-kafka:9094
|
||||
KAFKA_AUTH_SASL_MODULE=org.apache.kafka.common.security.plain.PlainLoginModule
|
||||
KAFKA_AUTH_SEC_PROTO=PLAINTEXT
|
||||
KAFKA_AUTH_SASL_MECH=PLAIN
|
||||
KAFKA_USER=user2
|
||||
KAFKA_PASS=Blfi9d2OFG
|
||||
|
||||
EXTERNAL_KAFKA_HOSTS=local-kafka:9094
|
||||
EXTERNAL_KAFKA_AUTH_SASL_MODULE=org.apache.kafka.common.security.plain.PlainLoginModule
|
||||
EXTERNAL_KAFKA_AUTH_SEC_PROTO=PLAINTEXT
|
||||
EXTERNAL_KAFKA_AUTH_SASL_MECH=PLAIN
|
||||
EXTERNAL_KAFKA_USER=user2
|
||||
EXTERNAL_KAFKA_PASS=Blfi9d2OFG
|
||||
21
config/ervu-object-history-service.env
Normal file
21
config/ervu-object-history-service.env
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
PG_HOST=10.10.31.119
|
||||
PG_PORT=5432
|
||||
PG_DATABASE=ervu_journal
|
||||
PG_USER=ervu_journal
|
||||
PG_PASSWORD=ervu_journal
|
||||
|
||||
KAFKA_HOSTS=local-kafka:9094
|
||||
KAFKA_AUTH_SASL_MODULE=org.apache.kafka.common.security.plain.PlainLoginModule
|
||||
KAFKA_AUTH_SEC_PROTO=PLAINTEXT
|
||||
KAFKA_AUTH_SASL_MECH=PLAIN
|
||||
KAFKA_USER=user2
|
||||
KAFKA_PASS=Blfi9d2OFG
|
||||
|
||||
EXTERNAL_KAFKA_HOSTS=local-kafka:9094
|
||||
EXTERNAL_KAFKA_AUTH_SASL_MODULE=org.apache.kafka.common.security.plain.PlainLoginModule
|
||||
EXTERNAL_KAFKA_AUTH_SEC_PROTO=PLAINTEXT
|
||||
EXTERNAL_KAFKA_AUTH_SASL_MECH=PLAIN
|
||||
EXTERNAL_KAFKA_USER=user2
|
||||
EXTERNAL_KAFKA_PASS=Blfi9d2OFG
|
||||
|
||||
OBJECT_DIFF_CALC_URL=http://ervu-object-diff-calc:8080/
|
||||
19
config/ervu-subpoena-registry.env
Normal file
19
config/ervu-subpoena-registry.env
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
PG_HOST=10.10.31.119
|
||||
PG_PORT=5432
|
||||
PG_DATABASE=ervu_subpoena_registry_local
|
||||
PG_USER=ervu_subpoena_registry
|
||||
PG_PASSWORD=ervu_subpoena_registry
|
||||
|
||||
KAFKA_HOSTS=local-kafka:9094
|
||||
KAFKA_AUTH_SASL_MODULE=org.apache.kafka.common.security.plain.PlainLoginModule
|
||||
KAFKA_AUTH_SEC_PROTO=PLAINTEXT
|
||||
KAFKA_AUTH_SASL_MECH=PLAIN
|
||||
KAFKA_USER=user2
|
||||
KAFKA_PASS=Blfi9d2OFG
|
||||
|
||||
EXTERNAL_KAFKA_HOSTS=local-kafka:9094
|
||||
EXTERNAL_KAFKA_AUTH_SASL_MODULE=org.apache.kafka.common.security.plain.PlainLoginModule
|
||||
EXTERNAL_KAFKA_AUTH_SEC_PROTO=PLAINTEXT
|
||||
EXTERNAL_KAFKA_AUTH_SASL_MECH=PLAIN
|
||||
EXTERNAL_KAFKA_USER=user2
|
||||
EXTERNAL_KAFKA_PASS=Blfi9d2OFG
|
||||
|
|
@ -73,18 +73,78 @@ services:
|
|||
env_file:
|
||||
- config/printer.env
|
||||
|
||||
ervu-object-diff-calc:
|
||||
container_name: object-diff-calc
|
||||
image: registry-dev.pgs.rtlabs.ru/ervu/ervu-object-diff-calc:0.0.1-sha4142b581
|
||||
env_file:
|
||||
- config/ervu-subpoena-registry.env
|
||||
depends_on:
|
||||
local-kafka:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- 8080
|
||||
|
||||
ervu-extract-from-registry-provider:
|
||||
container_name: extract-from-registry-provider
|
||||
image: registry-dev.pgs.rtlabs.ru/ervu/ervu-extract-from-registry-provider:0.0.1-shaa6a2261f
|
||||
env_file:
|
||||
- config/ervu-extract-from-registry-provider.env
|
||||
depends_on:
|
||||
crypto-gateway:
|
||||
condition: service_started
|
||||
local-kafka:
|
||||
condition: service_healthy
|
||||
ervu-person-registry:
|
||||
condition: service_started
|
||||
ervu-subpoena-registry:
|
||||
condition: service_started
|
||||
ervu-decision-document-service:
|
||||
condition: service_started
|
||||
ervu-object-history-service:
|
||||
condition: service_started
|
||||
crypto-gateway:
|
||||
condition: service_started
|
||||
printer:
|
||||
condition: service_started
|
||||
ervu-object-diff-calc:
|
||||
condition: service_started
|
||||
|
||||
ervu-subpoena-registry:
|
||||
container_name: subpoena-registry
|
||||
image: registry-dev.pgs.rtlabs.ru/ervu/ervu-subpoena-registry:0.0.1-shacb5d0dbb
|
||||
env_file:
|
||||
- config/ervu-subpoena-registry.env
|
||||
depends_on:
|
||||
local-kafka:
|
||||
condition: service_healthy
|
||||
|
||||
ervu-decision-document-service:
|
||||
container_name: decision-document-service
|
||||
image: registry-dev.pgs.rtlabs.ru/ervu/ervu-decision-document-service:0.0.1-sha238f27f3
|
||||
env_file:
|
||||
- config/ervu-decision-document-service.env
|
||||
depends_on:
|
||||
local-kafka:
|
||||
condition: service_healthy
|
||||
|
||||
# ervu-object-history-service uses database, created in this service
|
||||
ervu-journal-service:
|
||||
container_name: journal-service
|
||||
image: registry-dev.pgs.rtlabs.ru/ervu/ervu-journal-service:0.0.1-sha74f87e3c
|
||||
env_file:
|
||||
- config/ervu-journal-service.env
|
||||
depends_on:
|
||||
local-kafka:
|
||||
condition: service_healthy
|
||||
|
||||
ervu-object-history-service:
|
||||
container_name: object-history-service
|
||||
image: registry-dev.pgs.rtlabs.ru/ervu/ervu-object-history-service:0.0.1-shae5cd29cc
|
||||
env_file:
|
||||
- config/ervu-object-history-service.env
|
||||
depends_on:
|
||||
local-kafka:
|
||||
condition: service_healthy
|
||||
ervu-journal-service:
|
||||
condition: service_started
|
||||
|
||||
lkrp-fl:
|
||||
container_name: lkrp-fl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue