edenic-exporter/docker-compose.yaml

17 lines
347 B
YAML
Raw Normal View History

2024-08-18 01:57:01 +00:00
version: '3.7'
services:
edenic-exporter:
image: michalzxc/edenic-exporter:latest
2024-08-21 23:13:24 +00:00
environment:
EDENIC_API_TOKEN=KEY
EDENIC_DEVICENAME=NAME
EDENIC_ORG_ID=ORGID
2024-08-21 23:00:35 +00:00
# depends_on:
# - prometheus
#Your current internal network with Prometheus
# networks:
# - back-tier
2024-08-18 01:57:01 +00:00
restart: always