|
@@ -9,6 +9,7 @@
|
|
<version>2.2.0</version>
|
|
<version>2.2.0</version>
|
|
|
|
|
|
<name>dgtis-cloud</name>
|
|
<name>dgtis-cloud</name>
|
|
|
|
+
|
|
<url>http://www.dgtis.com</url>
|
|
<url>http://www.dgtis.com</url>
|
|
<description>微服务系统</description>
|
|
<description>微服务系统</description>
|
|
|
|
|
|
@@ -34,7 +35,8 @@
|
|
<common-pool.version>2.6.2</common-pool.version>
|
|
<common-pool.version>2.6.2</common-pool.version>
|
|
|
|
|
|
<!--docker 部署配置 start-->
|
|
<!--docker 部署配置 start-->
|
|
- <!--开发环境-->
|
|
|
|
|
|
+ <namespace>shanghailifeecif</namespace>
|
|
|
|
+ <!--开发环境docker 地址-->
|
|
<docker.host>http://10.32.2.234:2375</docker.host>
|
|
<docker.host>http://10.32.2.234:2375</docker.host>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
@@ -226,10 +228,10 @@
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
<configuration>
|
|
<configuration>
|
|
<!--指定生成的镜像名-->
|
|
<!--指定生成的镜像名-->
|
|
- <imageName>${project.name}-${project.artifactId}</imageName>
|
|
|
|
|
|
+ <imageName>${namespace}-${project.artifactId}</imageName>
|
|
<!--指定标签-->
|
|
<!--指定标签-->
|
|
<imageTags>
|
|
<imageTags>
|
|
- <imageTag>${project.name}</imageTag>
|
|
|
|
|
|
+ <imageTag>latest</imageTag>
|
|
</imageTags>
|
|
</imageTags>
|
|
<!-- 指定 Dockerfile 路径-->
|
|
<!-- 指定 Dockerfile 路径-->
|
|
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
|
|
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
|