2.0.3
This commit is contained in:
parent
99a6ed8723
commit
385bbf766d
@ -40,7 +40,6 @@ RUN yum autoremove -y wget \
|
|||||||
|
|
||||||
ADD bin/docker-startup.sh bin/docker-startup.sh
|
ADD bin/docker-startup.sh bin/docker-startup.sh
|
||||||
ADD conf/application.properties conf/application.properties
|
ADD conf/application.properties conf/application.properties
|
||||||
ADD init.d/custom.properties init.d/custom.properties
|
|
||||||
|
|
||||||
|
|
||||||
# set startup log dir
|
# set startup log dir
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM amd64/buildpack-deps:buster-curl as installer
|
FROM amd64/buildpack-deps:buster-curl as installer
|
||||||
|
|
||||||
ARG NACOS_VERSION=2.0.2
|
ARG NACOS_VERSION=2.0.3
|
||||||
ARG HOT_FIX_FLAG=""
|
ARG HOT_FIX_FLAG=""
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -35,7 +35,6 @@ COPY --from=installer ["/home/nacos", "/home/nacos"]
|
|||||||
|
|
||||||
ADD bin/docker-startup.sh bin/docker-startup.sh
|
ADD bin/docker-startup.sh bin/docker-startup.sh
|
||||||
ADD conf/application.properties conf/application.properties
|
ADD conf/application.properties conf/application.properties
|
||||||
ADD init.d/custom.properties init.d/custom.properties
|
|
||||||
|
|
||||||
# set startup log dir
|
# set startup log dir
|
||||||
RUN mkdir -p logs \
|
RUN mkdir -p logs \
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
#spring.security.enabled=false
|
|
||||||
#management.security=false
|
|
||||||
#security.basic.enabled=false
|
|
||||||
#nacos.security.ignore.urls=/**
|
|
||||||
#management.metrics.export.elastic.host=http://localhost:9200
|
|
||||||
# metrics for prometheus
|
|
||||||
#management.endpoints.web.exposure.include=*
|
|
||||||
|
|
||||||
# metrics for elastic search
|
|
||||||
#management.metrics.export.elastic.enabled=false
|
|
||||||
#management.metrics.export.elastic.host=http://localhost:9200
|
|
||||||
|
|
||||||
# metrics for influx
|
|
||||||
#management.metrics.export.influx.enabled=false
|
|
||||||
#management.metrics.export.influx.db=springboot
|
|
||||||
#management.metrics.export.influx.uri=http://localhost:8086
|
|
||||||
#management.metrics.export.influx.auto-create-db=true
|
|
||||||
#management.metrics.export.influx.consistency=one
|
|
||||||
#management.metrics.export.influx.compressed=true
|
|
Loading…
Reference in New Issue
Block a user