carbon-exporter/docker-compose.yaml

10 lines
223 B
YAML

---
version: '3.7'
services:
carbon-exporter:
image: carbon-exporter:latest
container_name: carbon-exporter
environment:
- CARBON_POSTCODE=<first 3 characters of UK postcode>
restart: unless-stopped