提交 1c40682d 编写于 作者: ibizdev's avatar ibizdev

ibizdev提交

上级 3e4fc2a6
......@@ -38,11 +38,11 @@
git clone -b master $para2 ehr/
export NODE_OPTIONS=--max-old-space-size=4096
cd ehr/
mvn clean package -Pehrpim
cd ehr-app/ehr-app-ehrpim
mvn -Pehrpim docker:build
mvn -Pehrpim docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/ehr-app-ehrpim.yaml iBizEE --with-registry-auth
mvn clean package -Pwebapi
cd ehr-provider/ehr-provider-webapi
mvn -Pwebapi docker:build
mvn -Pwebapi docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/ehr-provider-webapi.yaml iBizEE --with-registry-auth
</command>
</hudson.tasks.Shell>
</builders>
......
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-app-ehr.jar
EXPOSE 6092
EXPOSE 8080
ADD ehr-app-ehr.jar /ehr-app-ehr.jar
......@@ -3,11 +3,9 @@ services:
ehr-app-ehr:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-app-ehr:latest
ports:
- "6092:6092"
- "8080:8080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 6092
\ No newline at end of file
port: 8080
\ No newline at end of file
server:
port: 6092
port: 8080
#zuul网关路由设置
zuul:
......
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-app-ehrapp.jar
EXPOSE 6092
EXPOSE 8080
ADD ehr-app-ehrapp.jar /ehr-app-ehrapp.jar
......@@ -3,11 +3,9 @@ services:
ehr-app-ehrapp:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-app-ehrapp:latest
ports:
- "6092:6092"
- "8080:8080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 6092
\ No newline at end of file
port: 8080
\ No newline at end of file
server:
port: 6092
port: 8080
#zuul网关路由设置
zuul:
......
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-app-ehrhelp.jar
EXPOSE 6092
EXPOSE 8080
ADD ehr-app-ehrhelp.jar /ehr-app-ehrhelp.jar
......@@ -3,11 +3,9 @@ services:
ehr-app-ehrhelp:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-app-ehrhelp:latest
ports:
- "6092:6092"
- "8080:8080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 6092
\ No newline at end of file
port: 8080
\ No newline at end of file
server:
port: 6092
port: 8080
#zuul网关路由设置
zuul:
......
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-app-ehrmob.jar
EXPOSE 6092
EXPOSE 8080
ADD ehr-app-ehrmob.jar /ehr-app-ehrmob.jar
......@@ -3,11 +3,9 @@ services:
ehr-app-ehrmob:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-app-ehrmob:latest
ports:
- "6092:6092"
- "8080:8080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 6092
\ No newline at end of file
port: 8080
\ No newline at end of file
server:
port: 6092
port: 8080
#zuul网关路由设置
zuul:
......
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-app-ehrorm.jar
EXPOSE 6092
EXPOSE 8080
ADD ehr-app-ehrorm.jar /ehr-app-ehrorm.jar
......@@ -3,11 +3,9 @@ services:
ehr-app-ehrorm:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-app-ehrorm:latest
ports:
- "6092:6092"
- "8080:8080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 6092
\ No newline at end of file
port: 8080
\ No newline at end of file
server:
port: 6092
port: 8080
#zuul网关路由设置
zuul:
......
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-app-ehrpcm.jar
EXPOSE 6092
EXPOSE 8080
ADD ehr-app-ehrpcm.jar /ehr-app-ehrpcm.jar
......@@ -3,11 +3,9 @@ services:
ehr-app-ehrpcm:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-app-ehrpcm:latest
ports:
- "6092:6092"
- "8080:8080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 6092
\ No newline at end of file
port: 8080
\ No newline at end of file
server:
port: 6092
port: 8080
#zuul网关路由设置
zuul:
......
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-app-ehrpcm2.jar
EXPOSE 6092
EXPOSE 8080
ADD ehr-app-ehrpcm2.jar /ehr-app-ehrpcm2.jar
......@@ -3,11 +3,9 @@ services:
ehr-app-ehrpcm2:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-app-ehrpcm2:latest
ports:
- "6092:6092"
- "8080:8080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 6092
\ No newline at end of file
port: 8080
\ No newline at end of file
server:
port: 6092
port: 8080
#zuul网关路由设置
zuul:
......
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-app-ehrpim.jar
EXPOSE 6092
EXPOSE 8080
ADD ehr-app-ehrpim.jar /ehr-app-ehrpim.jar
......@@ -3,11 +3,9 @@ services:
ehr-app-ehrpim:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-app-ehrpim:latest
ports:
- "6092:6092"
- "8080:8080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 6092
\ No newline at end of file
port: 8080
\ No newline at end of file
server:
port: 6092
port: 8080
#zuul网关路由设置
zuul:
......
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-app-ehrweb.jar
EXPOSE 6092
EXPOSE 8080
ADD ehr-app-ehrweb.jar /ehr-app-ehrweb.jar
......@@ -3,11 +3,9 @@ services:
ehr-app-ehrweb:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-app-ehrweb:latest
ports:
- "6092:6092"
- "8080:8080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 6092
\ No newline at end of file
port: 8080
\ No newline at end of file
server:
port: 6092
port: 8080
#zuul网关路由设置
zuul:
......
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-app-web.jar
EXPOSE 6092
EXPOSE 8080
ADD ehr-app-web.jar /ehr-app-web.jar
......@@ -3,11 +3,9 @@ services:
ehr-app-web:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-app-web:latest
ports:
- "6092:6092"
- "8080:8080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 6092
\ No newline at end of file
port: 8080
\ No newline at end of file
server:
port: 6092
port: 8080
#zuul网关路由设置
zuul:
......
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-provider-parttimeperson.jar
EXPOSE 8081
EXPOSE 5080
ADD ehr-provider-parttimeperson.jar /ehr-provider-parttimeperson.jar
......@@ -3,9 +3,11 @@ services:
ehr-provider-parttimeperson:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-provider-parttimeperson:latest
ports:
- "8081:8081"
- "5080:5080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 8081
\ No newline at end of file
port: 5080
\ No newline at end of file
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-provider-saasadmin.jar
EXPOSE 8081
EXPOSE 5080
ADD ehr-provider-saasadmin.jar /ehr-provider-saasadmin.jar
......@@ -3,9 +3,11 @@ services:
ehr-provider-saasadmin:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-provider-saasadmin:latest
ports:
- "8081:8081"
- "5080:5080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 8081
\ No newline at end of file
port: 5080
\ No newline at end of file
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-provider-specialrole.jar
EXPOSE 8081
EXPOSE 5080
ADD ehr-provider-specialrole.jar /ehr-provider-specialrole.jar
......@@ -3,9 +3,11 @@ services:
ehr-provider-specialrole:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-provider-specialrole:latest
ports:
- "8081:8081"
- "5080:5080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 8081
\ No newline at end of file
port: 5080
\ No newline at end of file
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-provider-webapi.jar
EXPOSE 8081
EXPOSE 5080
ADD ehr-provider-webapi.jar /ehr-provider-webapi.jar
......@@ -3,9 +3,11 @@ services:
ehr-provider-webapi:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-provider-webapi:latest
ports:
- "8081:8081"
- "5080:5080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 8081
\ No newline at end of file
port: 5080
\ No newline at end of file
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBZ_SLEEP}s..." && \
sleep ${IBZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ehr-provider-wfcallback.jar
EXPOSE 8081
EXPOSE 5080
ADD ehr-provider-wfcallback.jar /ehr-provider-wfcallback.jar
......@@ -3,9 +3,11 @@ services:
ehr-provider-wfcallback:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/ehr-provider-wfcallback:latest
ports:
- "8081:8081"
- "5080:5080"
networks:
- agent_network
environment:
SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.240.110
deploy:
mode: replicated
replicas: 1
......
server:
port: 8081
\ No newline at end of file
port: 5080
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册