Compare commits

...

2 commits

Author SHA1 Message Date
Florian Zirker 7c946ebbfc Resolve confict with ports (pi-hole and deconz) 2021-09-27 20:07:20 +02:00
Florian Zirker a50057f711 Update monitoring 2021-09-27 20:05:47 +02:00
4 changed files with 6 additions and 4 deletions

View file

@ -2,7 +2,7 @@ version: "3.3"
services: services:
grafana: grafana:
image: grafana/grafana:7.4.3 image: grafana/grafana:8.1.3
restart: unless-stopped restart: unless-stopped
expose: expose:
- "3000" - "3000"
@ -93,6 +93,8 @@ services:
- "docker.group=monitoring" - "docker.group=monitoring"
depends_on: depends_on:
- influxdb - influxdb
dns:
- 9.9.9.9
networks: networks:
monitoring: monitoring:

View file

@ -251,7 +251,7 @@
"https://wallabag.florianzirker.de/login", "https://wallabag.florianzirker.de/login",
"https://gitea.florianzirker.de/api/v1/version/", "https://gitea.florianzirker.de/api/v1/version/",
"https://meet.florianzirker.de/", "https://meet.florianzirker.de/",
"https://www.feuerwehr-kapsweyer.de", #"https://www.feuerwehr-kapsweyer.de",
"https://ping.feuerwehr-kapsweyer.de", "https://ping.feuerwehr-kapsweyer.de",
"http://ping.feuerwehr-kapsweyer.de", "http://ping.feuerwehr-kapsweyer.de",
"http://portainer.lan", "http://portainer.lan",

View file

@ -7,4 +7,4 @@ http:
pihole: pihole:
loadbalancer: loadbalancer:
servers: servers:
- url: "http://192.168.16.5:8080/admin/" - url: "http://192.168.16.5:8081/admin/"

View file

@ -3,7 +3,7 @@ version: "3.3"
services: services:
homeassistant: homeassistant:
image: homeassistant/odroid-xu-homeassistant:stable image: ghcr.io/home-assistant/home-assistant:stable
volumes: volumes:
- ${VOLUMES_PATH}/homeassistent:/config - ${VOLUMES_PATH}/homeassistent:/config
environment: environment: