fix hue problem
This commit is contained in:
parent
e1cd1b08cf
commit
d9e2b171e1
|
@ -220,9 +220,10 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 128M
|
mem_limit: 128M
|
||||||
prometheus-hue:
|
prometheus-hue:
|
||||||
image: mitchellrj/hue_exporter:latest
|
image: alpine
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/volume/hue_exporter/home.yml:/etc/hue_exporter/config.yml:ro
|
- /srv/docker/volume/hue_exporter:/hue_exporter:ro
|
||||||
|
command: '/hue_exporter/hue_exporter -metrics-file=/hue_exporter/hue_metrics.json -hue-url="192.168.0.3" -username="qR4H-LSFFPuMz607ALjz56GF9qE4mmmsx4qrmD7Q" -listen-address=0.0.0.0:9773'
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 128M
|
mem_limit: 128M
|
||||||
promtail:
|
promtail:
|
||||||
|
|
Loading…
Reference in a new issue