Add env variables

This commit is contained in:
Michal 2024-08-22 00:13:24 +01:00
parent 28c0eda917
commit 020927c268
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
EdenicExporter

View File

@ -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