mirror of
https://github.com/kemko/keenetic-grafana-monitoring.git
synced 2026-01-01 15:45:43 +03:00
Dockerize and type mapping
This commit is contained in:
committed by
Vitaliy Skrypnyk
parent
74109908c4
commit
2c4788e8a3
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3
|
||||
|
||||
ADD keentic_influxdb_exporter.py /home
|
||||
ADD requirements.txt /home
|
||||
ADD value_normalizer.py /home
|
||||
ADD influxdb_writter.py /home
|
||||
ADD config/metrics.json /home/config/metrics.json
|
||||
|
||||
RUN pip install -r /home/requirements.txt
|
||||
CMD [ "python", "-u", "/home/keentic_influxdb_exporter.py" ]
|
||||
Reference in New Issue
Block a user