Add paramters to connect to workbench
This commit is contained in:
parent
31a7494361
commit
42751e7b38
5 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,4 @@
|
|||
spring.data.elasticsearch.cluster-nodes=elasticdb:9300
|
||||
spring.data.elasticsearch.repositories.enabled=true
|
||||
spring.data.elasticsearch.cluster-name=elasticsearch
|
||||
|
||||
spring.data.mongodb.database=businessProxyDB
|
||||
spring.data.mongodb.host=mongodb:27017
|
||||
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ RUN chown jboss:jboss /m2_kiewb
|
|||
RUN chown -R jboss:jboss /m2_kiewb/repository
|
||||
|
||||
#RUN cd /home/kie-example && git clone https://github.com/chtiJBUG/onboarding-nautic-project.git
|
||||
#RUN cd /home/kie-example && git clone https://github.com/chtiJBUG/onboarding-carinsurance-project.git
|
||||
#RUN cd /home/kie-example && git clone https://github.com/chtiJBUG/onboa rding-carinsurance-project.git
|
||||
#RUN cd /home/kie-example && git clone https://github.com/chtiJBUG/onboarding-loyalty-project.git
|
||||
####### EXPOSE INTERNAL JBPM GIT PORT ############
|
||||
EXPOSE 8001
|
||||
|
|
|
|||
|
|
@ -21,3 +21,4 @@ camel.springboot.name=MyCamel
|
|||
camel.component.servlet.mapping.context-path=/api/*
|
||||
spring.data.mongodb.database=businessProxyDB
|
||||
spring.data.mongodb.host=mongodb:27017
|
||||
kie-wb.m2repo=http://kie-wb:8080/kie-wb/maven2/
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<repository>
|
||||
<id>guvnor-m2-repo</id>
|
||||
<name>Guvnor M2 Repo</name>
|
||||
<url>http://kie-wb:8080/kie-wb/maven2/</url>
|
||||
<url>${kie-wb.m2repo}</url>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
<pluginRepository>
|
||||
<id>guvnor-m2-repo</id>
|
||||
<name>Guvnor M2 Repo</name>
|
||||
<url>http://kie-wb:8080/kie-wb/maven2/</url>
|
||||
<url>${kie-wb.m2repo}</url>
|
||||
<layout>default</layout>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
|
|
|
|||
|
|
@ -24,4 +24,5 @@ spring.data.mongodb.host=localhost:28017
|
|||
|
||||
|
||||
eureka.client.service-url.defaultZone=http://127.0.0.1:8761/eureka/
|
||||
spring.application.name=proxy-app-${org.kie.server.id}
|
||||
spring.application.name=proxy-app-${org.kie.server.id}
|
||||
kie-wb.m2repo=http://host.docker:8080/kie-wb/maven2/
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue