Add env variables
This commit is contained in:
parent
28c0eda917
commit
020927c268
1
.idea/.idea.EdenicExporter/.idea/.name
Normal file
1
.idea/.idea.EdenicExporter/.idea/.name
Normal file
@ -0,0 +1 @@
|
|||||||
|
EdenicExporter
|
@ -3,6 +3,10 @@ version: '3.7'
|
|||||||
services:
|
services:
|
||||||
edenic-exporter:
|
edenic-exporter:
|
||||||
image: michalzxc/edenic-exporter:latest
|
image: michalzxc/edenic-exporter:latest
|
||||||
|
environment:
|
||||||
|
EDENIC_API_TOKEN=KEY
|
||||||
|
EDENIC_DEVICENAME=NAME
|
||||||
|
EDENIC_ORG_ID=ORGID
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - prometheus
|
# - prometheus
|
||||||
#Your current internal network with Prometheus
|
#Your current internal network with Prometheus
|
||||||
|
Loading…
Reference in New Issue
Block a user