Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-test
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kunkka王辉
docker-test
Commits
a1e40ff4
Commit
a1e40ff4
authored
Sep 13, 2023
by
Kunkka王辉
😲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 参数处理
parent
92b486e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
docker-compose.yaml
docker-compose.yaml
+5
-5
deploy-hosts.sh
src/deploy-hosts.sh
+3
-3
No files found.
docker-compose.yaml
View file @
a1e40ff4
...
...
@@ -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目录
...
...
src/deploy-hosts.sh
View file @
a1e40ff4
...
...
@@ -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 #缺省
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment