.
This commit is contained in:
parent
020927c268
commit
4f5bfa2e4d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user