mirror of
https://github.com/d3vyce/teleinfo-exporter.git
synced 2025-04-01 15:53:22 +02:00
9 lines
155 B
YAML
9 lines
155 B
YAML
services:
|
|
web:
|
|
image: teleinfo_exporter:latest
|
|
environment:
|
|
- BROKER_HOSTNAME=10.10.0.10
|
|
ports:
|
|
- 8000:8000
|
|
restart: always
|