edenic-exporter/docker-compose.yaml

16 lines
317 B
YAML
Raw Normal View History

2024-08-18 01:57:01 +00:00
version: '3.7'
services:
2024-08-21 23:17:17 +00:00
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
2024-08-18 01:57:01 +00:00