Commit aafb87ce authored by Kunkka王辉's avatar Kunkka王辉 😲

feat: 参数处理

parent e9989207
......@@ -57,7 +57,7 @@ services:
dockerfile: Dockerfile-java
image: galaxy-java:11
container_name: galaxy-notice-${ENV:-dev}
command: ['/app/java-start.sh','notice','--spring.profiles.active=${JAVA_PROFILE:-innerdev} --spring.server.port=80']
command: ['/app/java-start.sh','notice','--spring.profiles.active=${JAVA_PROFILE:-innerdev} --server.port=80']
volumes:
- ${CODE_DIR}:/app/code
- maven-repo:/usr/share/maven/repo # maven共享repo目录
......@@ -75,7 +75,7 @@ services:
volumes:
- ${CODE_DIR}:/app/code
- maven-repo:/usr/share/maven/repo # maven共享repo目录
command: ['/app/java-start.sh','biz-platform','--spring.profiles.active=${JAVA_PROFILE:-innerdev} --spring.server.port=80']
command: ['/app/java-start.sh','biz-platform','--spring.profiles.active=${JAVA_PROFILE:-innerdev} --server.port=80']
expose:
- 80
networks:
......@@ -90,7 +90,7 @@ services:
volumes:
- ${CODE_DIR}:/app/code
- maven-repo:/usr/share/maven/repo # maven共享repo目录
command: [ '/app/java-start.sh','flowengine','--spring.profiles.active=${JAVA_PROFILE:-innerdev} --spring.server.port=80' ]
command: [ '/app/java-start.sh','flowengine','--spring.profiles.active=${JAVA_PROFILE:-innerdev} --server.port=80' ]
expose:
- 80
networks:
......@@ -105,7 +105,7 @@ services:
volumes:
- ${CODE_DIR}:/app/code
- maven-repo:/usr/share/maven/repo # maven共享repo目录
command: [ '/app/java-start.sh','intelligentwriting','--spring.profiles.active=${JAVA_PROFILE:-innerdev} --spring.server.port=80' ]
command: [ '/app/java-start.sh','intelligentwriting','--spring.profiles.active=${JAVA_PROFILE:-innerdev} --server.port=80' ]
expose:
- 80
networks:
......@@ -120,7 +120,7 @@ services:
volumes:
- ${CODE_DIR}:/app/code
- maven-repo:/usr/share/maven/repo # maven共享repo目录
command: [ '/app/java-start.sh','client','--spring.profiles.active=${JAVA_PROFILE:-innerdev} --spring.server.port=80' ]
command: [ '/app/java-start.sh','client','--spring.profiles.active=${JAVA_PROFILE:-innerdev} --server.port=80' ]
expose:
- 80
networks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment