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
dc435aaf
Commit
dc435aaf
authored
Sep 13, 2023
by
Kunkka王辉
😲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 变量处理
parent
3d86cb8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
docker-compose.yaml
docker-compose.yaml
+15
-15
No files found.
docker-compose.yaml
View file @
dc435aaf
...
...
@@ -35,11 +35,11 @@ services:
-
GALAXY_WORKFLOW_API_HTTP_PORT=9108
-
GALAXY_COMMON_SERVER_API_HTTP_PORT=9109
-
VUE_USERINFO_PORT=9169
-
JAVA_CLIENT_URI=galaxy-client-${ENV:-dev}
:9308
-
JAVA_NOTICE_URI=galaxy-notice-${ENV:-dev}
:9307
-
JAVA_FLOWENGINE_URI=galaxy-flowengine-${ENV:-dev}
:9305
-
JAVE_INTELLIGENTWRITING_URI=galaxy-intelligentwriting-${ENV:-dev}
:9319
-
JAVA_BIZ_PLATFORM_URI=galaxy-biz-platform-${ENV:-dev}
:9315
-
JAVA_CLIENT_URI=galaxy-client-${ENV:-dev}
-
JAVA_NOTICE_URI=galaxy-notice-${ENV:-dev}
-
JAVA_FLOWENGINE_URI=galaxy-flowengine-${ENV:-dev}
-
JAVE_INTELLIGENTWRITING_URI=galaxy-intelligentwriting-${ENV:-dev}
-
JAVA_BIZ_PLATFORM_URI=galaxy-biz-platform-${ENV:-dev}
image
:
galaxy-nginx
container_name
:
nginx-${ENV:-dev}
volumes
:
# 前后端代码统一放一个目录管理
...
...
@@ -59,12 +59,12 @@ services:
-
PROJECT_NAME=notice
image
:
galaxy-java:11
container_name
:
galaxy-notice-${ENV:-dev}
command
:
[
'
/app/java-start.sh'
,
'
--spring.profiles.active=${JAVA_PROFILE:-innerdev}'
]
command
:
[
'
/app/java-start.sh'
,
'
--spring.profiles.active=${JAVA_PROFILE:-innerdev}
--spring.server.port=80
'
]
volumes
:
-
${CODE_DIR}:/app/code
-
maven-repo:/usr/share/maven/repo
# maven共享repo目录
expose
:
-
9307
-
80
networks
:
-
galaxy-net
java-biz-platform
:
...
...
@@ -78,9 +78,9 @@ services:
volumes
:
-
${CODE_DIR}:/app/code
-
maven-repo:/usr/share/maven/repo
# maven共享repo目录
command
:
[
'
/app/java-start.sh'
,
'
--spring.profiles.active=${JAVA_PROFILE:-innerdev}'
]
command
:
[
'
/app/java-start.sh'
,
'
--spring.profiles.active=${JAVA_PROFILE:-innerdev}
--spring.server.port=80
'
]
expose
:
-
9315
-
80
networks
:
-
galaxy-net
java-flowengine
:
...
...
@@ -94,9 +94,9 @@ services:
volumes
:
-
${CODE_DIR}:/app/code
-
maven-repo:/usr/share/maven/repo
# maven共享repo目录
command
:
[
'
/app/java-start.sh'
,
'
--spring.profiles.active=${JAVA_PROFILE:-innerdev}'
]
command
:
[
'
/app/java-start.sh'
,
'
--spring.profiles.active=${JAVA_PROFILE:-innerdev}
--spring.server.port=80
'
]
expose
:
-
9305
-
80
networks
:
-
galaxy-net
java-intelligentwriting
:
...
...
@@ -110,9 +110,9 @@ services:
volumes
:
-
${CODE_DIR}:/app/code
-
maven-repo:/usr/share/maven/repo
# maven共享repo目录
command
:
[
'
/app/java-start.sh'
,
'
--spring.profiles.active=${JAVA_PROFILE:-innerdev}'
]
command
:
[
'
/app/java-start.sh'
,
'
--spring.profiles.active=${JAVA_PROFILE:-innerdev}
--spring.server.port=80
'
]
expose
:
-
9319
-
80
networks
:
-
galaxy-net
java-client
:
...
...
@@ -126,9 +126,9 @@ services:
volumes
:
-
${CODE_DIR}:/app/code
-
maven-repo:/usr/share/maven/repo
# maven共享repo目录
command
:
[
'
/app/java-start.sh'
,
'
--spring.profiles.active=${JAVA_PROFILE:-innerdev}'
]
command
:
[
'
/app/java-start.sh'
,
'
--spring.profiles.active=${JAVA_PROFILE:-innerdev}
--spring.server.port=80
'
]
expose
:
-
9308
-
80
networks
:
-
galaxy-net
networks
:
...
...
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