mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 17:50:29 +00:00
enable export monitors by excel, yaml in web enable export monitors by excel, yaml in web bugfix yaml instance is not thread-safe [webapp] update monitor export [hertzbeat] release hertzbeat version v1.3.1 [script] update application.yml [script] update gitignore
15 lines
230 B
Docker
15 lines
230 B
Docker
FROM openjdk:11.0.16-jre-slim-buster
|
|
|
|
MAINTAINER tancloud "tomsun28@outlook.com"
|
|
|
|
ADD hertzbeat-1.3.1.tar /opt/
|
|
|
|
ENV TZ=Asia/Shanghai
|
|
#ENV LANG=zh_CN.UTF-8
|
|
|
|
EXPOSE 1157
|
|
|
|
WORKDIR /opt/hertzbeat/
|
|
|
|
ENTRYPOINT ["./bin/entrypoint.sh"]
|