mirror of
https://github.com/kemko/keenetic-grafana-monitoring.git
synced 2026-01-01 15:45:43 +03:00
Add metrics config to container
This commit is contained in:
@@ -7,5 +7,6 @@ FROM python:3.8-alpine AS build-image
|
|||||||
COPY --from=dependencies /root/.local /root/.local
|
COPY --from=dependencies /root/.local /root/.local
|
||||||
|
|
||||||
COPY value_normalizer.py keentic_influxdb_exporter.py influxdb_writter.py keenetic_api.py /home/
|
COPY value_normalizer.py keentic_influxdb_exporter.py influxdb_writter.py keenetic_api.py /home/
|
||||||
|
COPY config/metrics.json /home/config/metrics.json
|
||||||
|
|
||||||
CMD [ "python", "-u", "/home/keentic_influxdb_exporter.py" ]
|
CMD [ "python", "-u", "/home/keentic_influxdb_exporter.py" ]
|
||||||
Reference in New Issue
Block a user