teleinfo-exporter/compose.yml
2023-12-19 22:24:29 +01:00

9 lines
155 B
YAML

services:
web:
image: teleinfo_exporter:latest
environment:
- BROKER_HOSTNAME=10.10.0.10
ports:
- 8000:8000
restart: always