修改docker-compose

This commit is contained in:
三丙
2024-11-28 10:59:33 +08:00
parent dd8b01fe59
commit 5817cba8c6
5 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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>