added registrybrowser (functional) and cadvisor (unfunctional without influxDB working)

This commit is contained in:
2023-01-23 15:26:39 +00:00
parent ea2feb56a8
commit ce7a8d6fc8
4 changed files with 71 additions and 11 deletions
+2 -10
View File
@@ -6,20 +6,12 @@ services:
tado-exporter:
user: "1000:1000"
image: docker:5000/tado-exporter:arm64
container_name: tado-exporter
restart: unless-stopped
hostname: tado-exporter
environment:
EXPORTER_USERNAME: matthias.mitscherlich@gmail.com
EXPORTER_PASSWORD: 14Mai1984
# logging:
# driver: loki
# options:
# loki-url: "http://loki:3100/loki/api/v1/push"
# mode: non-blocking
# max-buffer-size: 4m
# loki-retries: "3"
ports:
- "9898:9898"