carbon-exporter/docker-compose.yaml

10 lines
223 B
YAML
Raw Normal View History

2021-08-03 15:56:28 +01:00
---
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