mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
13 lines
340 B
YAML
13 lines
340 B
YAML
---
|
|
# octopus-exporter - Octopus Energy metrics for Prometheus
|
|
# Host: london-c (100.123.72.87)
|
|
|
|
services:
|
|
octopus-exporter:
|
|
image: rwejlgaard/octopus_exporter:v1.1.2
|
|
container_name: octopus_exporter
|
|
restart: unless-stopped
|
|
ports:
|
|
- "9359:9359"
|
|
environment:
|
|
OCTOPUS_API_KEY: "{{ octopus_energy_api_key }}"
|