This commit is contained in:
Michal 2024-08-22 00:17:17 +01:00
parent 020927c268
commit 4f5bfa2e4d

View File

@ -1,16 +1,15 @@
version: '3.7'
services:
edenic-exporter:
image: michalzxc/edenic-exporter:latest
environment:
EDENIC_API_TOKEN=KEY
EDENIC_DEVICENAME=NAME
EDENIC_ORG_ID=ORGID
# depends_on:
# - prometheus
#Your current internal network with Prometheus
# networks:
# - back-tier
restart: always
edenic-exporter:
image: michalzxc/edenic-exporter:latest
environment:
- EDENIC_API_TOKEN=$EDENIC_API_TOKEN
- EDENIC_DEVICENAME=$EDENIC_DEVICENAME
- EDENIC_ORG_ID=$EDENIC_ORG_ID
depends_on:
- prometheus
networks:
- back-tier
restart: always