Add paramters to connect to workbench

This commit is contained in:
Nicolas Héron 2019-12-12 13:29:42 +01:00
commit 42751e7b38
5 changed files with 7 additions and 7 deletions

View file

@ -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.database=businessProxyDB
spring.data.mongodb.host=mongodb:27017 spring.data.mongodb.host=mongodb:27017

View file

@ -91,7 +91,7 @@ RUN chown jboss:jboss /m2_kiewb
RUN chown -R jboss:jboss /m2_kiewb/repository 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-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 #RUN cd /home/kie-example && git clone https://github.com/chtiJBUG/onboarding-loyalty-project.git
####### EXPOSE INTERNAL JBPM GIT PORT ############ ####### EXPOSE INTERNAL JBPM GIT PORT ############
EXPOSE 8001 EXPOSE 8001

View file

@ -21,3 +21,4 @@ camel.springboot.name=MyCamel
camel.component.servlet.mapping.context-path=/api/* camel.component.servlet.mapping.context-path=/api/*
spring.data.mongodb.database=businessProxyDB spring.data.mongodb.database=businessProxyDB
spring.data.mongodb.host=mongodb:27017 spring.data.mongodb.host=mongodb:27017
kie-wb.m2repo=http://kie-wb:8080/kie-wb/maven2/

View file

@ -23,7 +23,7 @@
<repository> <repository>
<id>guvnor-m2-repo</id> <id>guvnor-m2-repo</id>
<name>Guvnor M2 Repo</name> <name>Guvnor M2 Repo</name>
<url>http://kie-wb:8080/kie-wb/maven2/</url> <url>${kie-wb.m2repo}</url>
<activation> <activation>
<activeByDefault>true</activeByDefault> <activeByDefault>true</activeByDefault>
</activation> </activation>
@ -42,7 +42,7 @@
<pluginRepository> <pluginRepository>
<id>guvnor-m2-repo</id> <id>guvnor-m2-repo</id>
<name>Guvnor M2 Repo</name> <name>Guvnor M2 Repo</name>
<url>http://kie-wb:8080/kie-wb/maven2/</url> <url>${kie-wb.m2repo}</url>
<layout>default</layout> <layout>default</layout>
<releases> <releases>
<enabled>true</enabled> <enabled>true</enabled>

View file

@ -24,4 +24,5 @@ spring.data.mongodb.host=localhost:28017
eureka.client.service-url.defaultZone=http://127.0.0.1:8761/eureka/ 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/