mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-08 20:10:01 +08:00
修改docker-compose
This commit is contained in:
@@ -14,7 +14,9 @@ networks:
|
|||||||
services:
|
services:
|
||||||
jcpp-node-0:
|
jcpp-node-0:
|
||||||
restart: always
|
restart: always
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/sanbing/jcpp-monolith:latest
|
build:
|
||||||
|
context: ..
|
||||||
|
dockerfile: docker/app.Dockerfile
|
||||||
networks:
|
networks:
|
||||||
- sanbing-network
|
- sanbing-network
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -549,9 +549,7 @@
|
|||||||
<tsx>SLASHSTAR_STYLE</tsx>
|
<tsx>SLASHSTAR_STYLE</tsx>
|
||||||
<conf>SCRIPT_STYLE</conf>
|
<conf>SCRIPT_STYLE</conf>
|
||||||
<gradle>JAVADOC_STYLE</gradle>
|
<gradle>JAVADOC_STYLE</gradle>
|
||||||
<Dockerfile-Base>SCRIPT_STYLE</Dockerfile-Base>
|
<Dockerfile>SCRIPT_STYLE</Dockerfile>
|
||||||
<Dockerfile-App>SCRIPT_STYLE</Dockerfile-App>
|
|
||||||
<Dockerfile-Protocol>SCRIPT_STYLE</Dockerfile-Protocol>
|
|
||||||
</mapping>
|
</mapping>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|||||||
Reference in New Issue
Block a user