Browse Source

chore: api

master
wangxiang 1 year ago
parent
commit
81ea0024d3
  1. 2
      docker-cloud/docker-compose.yml
  2. 4
      pom.xml

2
docker-cloud/docker-compose.yml

@ -12,7 +12,7 @@ services:
container_name: nacos container_name: nacos
restart: always restart: always
env_file: env_file:
- nacos/.env.development - nacos/.env.production
ports: ports:
- 8848:8848 - 8848:8848
- 9848:9848 - 9848:9848

4
pom.xml

@ -34,7 +34,7 @@
<apache.compiler.plugin>3.8.1</apache.compiler.plugin> <apache.compiler.plugin>3.8.1</apache.compiler.plugin>
<apache.source.plugin>3.3.0</apache.source.plugin> <apache.source.plugin>3.3.0</apache.source.plugin>
<docker.plugin.version>0.32.0</docker.plugin.version> <docker.plugin.version>0.32.0</docker.plugin.version>
<docker.host>https://114.55.129.122:2276</docker.host> <docker.host>https://121.43.115.45:2276</docker.host>
<docker.certPath>/usr/local/docker-ssl-kicc</docker.certPath> <docker.certPath>/usr/local/docker-ssl-kicc</docker.certPath>
</properties> </properties>
@ -297,7 +297,7 @@
<!-- 环境标识,需要与配置文件的名称相对应 --> <!-- 环境标识,需要与配置文件的名称相对应 -->
<profiles.namespace>kicc-prod</profiles.namespace> <profiles.namespace>kicc-prod</profiles.namespace>
<profiles.group>PROD-GROUP</profiles.group> <profiles.group>PROD-GROUP</profiles.group>
<profiles.ip>114.55.129.122</profiles.ip> <profiles.ip>121.43.115.45</profiles.ip>
</properties> </properties>
</profile> </profile>
<profile> <profile>

Loading…
Cancel
Save