Open HattrickNZ opened 3 years ago
Here's the updated Dockerfile, now its working fine (also update the image versions in docker-compose file ): FROM openjdk:8-jdk-alpine
RUN mkdir /opt/jmx_prometheus_httpserver && \ wget 'https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_httpserver/0.6/jmx_prometheus_httpserver-0.6-jar-with-dependencies.jar' \ -O /opt/jmx_prometheus_httpserver/jmx_prometheus_httpserver.jar
ADD https://github.com/kelseyhightower/confd/releases/download/v0.11.0/confd-0.11.0-linux-amd64 /usr/local/bin/confd COPY confd /etc/confd RUN chmod +x /usr/local/bin/confd
COPY entrypoint.sh /opt/entrypoint.sh ENTRYPOINT ["/opt/entrypoint.sh"]
docker-compose up -d did not work after cloning and running. any advice for investigations welcome. tks
ref: https://www.freecodecamp.org/news/simple-chatops-with-kafka-grafana-prometheus-and-slack-764ece59e707/