This commit is contained in:
Michal 2024-08-22 00:34:16 +01:00
parent 4f5bfa2e4d
commit 271624ca32
2 changed files with 1 additions and 3 deletions

View File

@ -9,4 +9,4 @@ scrape_configs:
scrape_interval: 60s
static_configs:
- targets: ['edenic-exporter:5000']
```
```

View File

@ -7,8 +7,6 @@ services:
- EDENIC_API_TOKEN=$EDENIC_API_TOKEN
- EDENIC_DEVICENAME=$EDENIC_DEVICENAME
- EDENIC_ORG_ID=$EDENIC_ORG_ID
depends_on:
- prometheus
networks:
- back-tier
restart: always