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

View File

@ -4,13 +4,12 @@ services:
edenic-exporter: edenic-exporter:
image: michalzxc/edenic-exporter:latest image: michalzxc/edenic-exporter:latest
environment: environment:
EDENIC_API_TOKEN=KEY - EDENIC_API_TOKEN=$EDENIC_API_TOKEN
EDENIC_DEVICENAME=NAME - EDENIC_DEVICENAME=$EDENIC_DEVICENAME
EDENIC_ORG_ID=ORGID - EDENIC_ORG_ID=$EDENIC_ORG_ID
# depends_on: depends_on:
# - prometheus - prometheus
#Your current internal network with Prometheus networks:
# networks: - back-tier
# - back-tier
restart: always restart: always