Commit 5d704db2 authored by Kunkka王辉's avatar Kunkka王辉 😲

脚本优化

parent e4430227
......@@ -79,9 +79,8 @@ services:
- galaxy-net
restart: on-failure
java-biz-platform:
build:
context: src
dockerfile: Dockerfile-java
depends_on:
- java-notice
image: galaxy-java:11
container_name: java-biz-platform-${ENV:-dev}
volumes:
......@@ -96,9 +95,8 @@ services:
- galaxy-net
restart: on-failure
java-flowengine:
build:
context: src
dockerfile: Dockerfile-java
depends_on:
- java-notice
image: galaxy-java:11
container_name: java-flowengine-${ENV:-dev}
volumes:
......@@ -113,9 +111,8 @@ services:
- galaxy-net
restart: on-failure
java-intelligentwriting:
build:
context: src
dockerfile: Dockerfile-java
depends_on:
- java-notice
image: galaxy-java:11
container_name: java-intelligentwriting-${ENV:-dev}
volumes:
......@@ -130,9 +127,8 @@ services:
- galaxy-net
restart: on-failure
java-client:
build:
context: src
dockerfile: Dockerfile-java
depends_on:
- java-notice
image: galaxy-java:11
container_name: java-client-${ENV:-dev}
volumes:
......
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