pez-infra/ansible/services/octopus-exporter/docker-compose.yml
Rasmus "Pez" Wejlgaard a7f51ec10c
Some checks are pending
Deploy (on merge) / Discover hosts (push) Waiting to run
Deploy (on merge) / Deploy → (push) Blocked by required conditions
fix: update octo exporter (#82)
2026-04-27 20:10:11 +01:00

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 }}"