feat: enhance build and setup
This commit is contained in:
@@ -7,7 +7,8 @@ db.password=123456
|
||||
nacos.naming.empty-service.auto-clean=true
|
||||
nacos.naming.empty-service.clean.initial-delay-ms=50000
|
||||
nacos.naming.empty-service.clean.period-time-ms=30000
|
||||
nacos.server.ip=${NACOS_SERVER_ADDR}
|
||||
# nacos.server.ip=${NACOS_SERVER_IP}
|
||||
# nacos.server.port=${NACOS_SERVER_PORT}
|
||||
|
||||
management.endpoints.web.exposure.include=*
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# 基础镜像
|
||||
FROM nacos/nacos-server
|
||||
# author
|
||||
MAINTAINER wfc
|
||||
|
||||
# 复制conf文件到路径
|
||||
COPY ./conf/application.properties /home/nacos/conf/application.properties
|
||||
|
||||
Reference in New Issue
Block a user