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

feat: 参数处理

parent 92b486e3
......@@ -56,7 +56,7 @@ services:
context: src
dockerfile: Dockerfile-java
image: galaxy-java:11
container_name: galaxy-notice-${ENV:-dev}
container_name: java-notice-${ENV:-dev}
command: ['/app/java-start.sh','notice','--spring.profiles.active=${JAVA_PROFILE:-innerdev}','--server.port=80']
volumes:
- ${CODE_DIR}:/app/code
......@@ -71,7 +71,7 @@ services:
context: src
dockerfile: Dockerfile-java
image: galaxy-java:11
container_name: galaxy-biz-platform-${ENV:-dev}
container_name: java-biz-platform-${ENV:-dev}
volumes:
- ${CODE_DIR}:/app/code
- maven-repo:/usr/share/maven/repo # maven共享repo目录
......@@ -86,7 +86,7 @@ services:
context: src
dockerfile: Dockerfile-java
image: galaxy-java:11
container_name: galaxy-flowengine-${ENV:-dev}
container_name: java-flowengine-${ENV:-dev}
volumes:
- ${CODE_DIR}:/app/code
- maven-repo:/usr/share/maven/repo # maven共享repo目录
......@@ -101,7 +101,7 @@ services:
context: src
dockerfile: Dockerfile-java
image: galaxy-java:11
container_name: galaxy-intelligentwriting-${ENV:-dev}
container_name: java-intelligentwriting-${ENV:-dev}
volumes:
- ${CODE_DIR}:/app/code
- maven-repo:/usr/share/maven/repo # maven共享repo目录
......@@ -116,7 +116,7 @@ services:
context: src
dockerfile: Dockerfile-java
image: galaxy-java:11
container_name: galaxy-client-${ENV:-dev}
container_name: java-client-${ENV:-dev}
volumes:
- ${CODE_DIR}:/app/code
- maven-repo:/usr/share/maven/repo # maven共享repo目录
......
......@@ -394,12 +394,12 @@ SERVICE_FlowMicros=$HOST:$GALAXY_FLOW_MICROS_API_HTTP_PORT
SERVICE_UserMicros=$HOST:$GALAXY_USER_MICROS_API_HTTP_PORT
SERVICE_FlowEngineMicros=$JAVA_FLOWENGINE_URI
SERVICE_ServerSiteMicros=$HOST:$GALAXY_SERVER_SITE_API_HTTP_PORT
SERVICE_NoticeMicros= $JAVA_NOTICE_URI
SERVICE_NoticeMicros=$JAVA_NOTICE_URI
SERVICE_PromotionMicros=$HOST:1234#缺省
SERVICE_MemberMicros=$HOST:1234#缺省
SERVICE_PresaleMicros=$HOST:$GALAXY_PRESALE_MICROS_API_HTTP_PORT
SERVICE_BizPlatform= $JAVA_BIZ_PLATFORM_URI
SERVICE_CrmClient= $JAVA_CLIENT_URI
SERVICE_BizPlatform=$JAVA_BIZ_PLATFORM_URI
SERVICE_CrmClient=$JAVA_CLIENT_URI
SERVICE_COMMON_SERVER=$HOST:$GALAXY_COMMON_SERVER_API_HTTP_PORT
SERVICE_WORKFLOW_SERVER=$HOST:$GALAXY_WORKFLOW_API_HTTP_PORT
SERVICE_DATA_CENTER=$HOST:1234 #缺省
......
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