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
367bc34c
Commit
367bc34c
authored
Sep 15, 2023
by
Kunkka王辉
😲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
脚本优化
parent
77e07b93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
24 deletions
+6
-24
docker-compose.yaml
docker-compose.yaml
+6
-24
No files found.
docker-compose.yaml
View file @
367bc34c
version
:
"
3.8"
version
:
"
3.8"
services
:
services
:
php7
:
php7
:
build
:
image
:
harbor.galaxy-immi.com/galaxy-php/php:7.4
context
:
src
dockerfile
:
Dockerfile-php
image
:
galaxy-php:7.4
container_name
:
galaxy-php7.4-${ENV:-dev}
container_name
:
galaxy-php7.4-${ENV:-dev}
volumes
:
# 前后端代码统一放一个目录管理
volumes
:
# 前后端代码统一放一个目录管理
-
${CODE_DIR}:/app/www
-
${CODE_DIR}:/app/www
...
@@ -62,10 +59,7 @@ services:
...
@@ -62,10 +59,7 @@ services:
-
"
${PORT_CRM:-8181}:8181"
-
"
${PORT_CRM:-8181}:8181"
restart
:
on-failure
restart
:
on-failure
java-notice
:
java-notice
:
build
:
image
:
harbor.galaxy-immi.com/galaxy-open-develop/java:11
context
:
src
dockerfile
:
Dockerfile-java
image
:
harbor.galaxy-immi.com/galaxy-java/java:11
container_name
:
java-notice-${ENV:-dev}
container_name
:
java-notice-${ENV:-dev}
command
:
[
'
java'
,
'
-jar'
,
'
/app/app.jar'
,
'
--spring.profiles.active=${JAVA_PROFILE:-innerdev}'
,
'
--server.port=80'
]
command
:
[
'
java'
,
'
-jar'
,
'
/app/app.jar'
,
'
--spring.profiles.active=${JAVA_PROFILE:-innerdev}'
,
'
--server.port=80'
]
volumes
:
volumes
:
...
@@ -77,10 +71,7 @@ services:
...
@@ -77,10 +71,7 @@ services:
-
galaxy-net
-
galaxy-net
restart
:
on-failure
restart
:
on-failure
java-biz-platform
:
java-biz-platform
:
build
:
image
:
harbor.galaxy-immi.com/galaxy-open-develop/java:11
context
:
src
dockerfile
:
Dockerfile-java
image
:
harbor.galaxy-immi.com/galaxy-java/java:11
container_name
:
java-biz-platform-${ENV:-dev}
container_name
:
java-biz-platform-${ENV:-dev}
volumes
:
volumes
:
-
${CODE_DIR}/biz-platform:/app/code
-
${CODE_DIR}/biz-platform:/app/code
...
@@ -92,10 +83,7 @@ services:
...
@@ -92,10 +83,7 @@ services:
-
galaxy-net
-
galaxy-net
restart
:
on-failure
restart
:
on-failure
java-flowengine
:
java-flowengine
:
build
:
image
:
harbor.galaxy-immi.com/galaxy-open-develop/java:11
context
:
src
dockerfile
:
Dockerfile-java
image
:
harbor.galaxy-immi.com/galaxy-java/java:11
container_name
:
java-flowengine-${ENV:-dev}
container_name
:
java-flowengine-${ENV:-dev}
volumes
:
volumes
:
-
${CODE_DIR}/flowengine:/app/code
-
${CODE_DIR}/flowengine:/app/code
...
@@ -107,10 +95,7 @@ services:
...
@@ -107,10 +95,7 @@ services:
-
galaxy-net
-
galaxy-net
restart
:
on-failure
restart
:
on-failure
java-intelligentwriting
:
java-intelligentwriting
:
build
:
image
:
harbor.galaxy-immi.com/galaxy-open-develop/java:11
context
:
src
dockerfile
:
Dockerfile-java
image
:
harbor.galaxy-immi.com/galaxy-java/java:11
container_name
:
java-intelligentwriting-${ENV:-dev}
container_name
:
java-intelligentwriting-${ENV:-dev}
volumes
:
volumes
:
-
${CODE_DIR}/intelligentwriting:/app/code
-
${CODE_DIR}/intelligentwriting:/app/code
...
@@ -122,10 +107,7 @@ services:
...
@@ -122,10 +107,7 @@ services:
-
galaxy-net
-
galaxy-net
restart
:
on-failure
restart
:
on-failure
java-client
:
java-client
:
build
:
image
:
harbor.galaxy-immi.com/galaxy-open-develop/java:11
context
:
src
dockerfile
:
Dockerfile-java
image
:
harbor.galaxy-immi.com/galaxy-java/java:11
container_name
:
java-client-${ENV:-dev}
container_name
:
java-client-${ENV:-dev}
volumes
:
volumes
:
-
${CODE_DIR}/client:/app/code
-
${CODE_DIR}/client:/app/code
...
...
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