From 8c71cc514d30534284541ff0899d11706a9f9192 Mon Sep 17 00:00:00 2001 From: wserr Date: Thu, 26 Dec 2024 08:13:20 +0100 Subject: [PATCH] Updated setup --- .gitignore | 2 +- configurations/otel/collector-config.yaml | 10 +++++----- home-server/docker-compose.yml | 3 +-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index c2e0ab4..097f5c9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ .env.production # Home assistant configuration file -configuration.production.yaml +configuration-production.yaml .env run-docker.sh diff --git a/configurations/otel/collector-config.yaml b/configurations/otel/collector-config.yaml index 907f3ea..84b9e78 100644 --- a/configurations/otel/collector-config.yaml +++ b/configurations/otel/collector-config.yaml @@ -18,11 +18,11 @@ exporters: service: extensions: [] pipelines: - traces: - receivers: [otlp] - processors: [batch] - exporters: [debug] + #traces: + #receivers: [otlp] + #processors: [batch] + #exporters: [debug] metrics: receivers: [otlp] processors: [batch] - exporters: [prometheus,debug] + exporters: [prometheus] diff --git a/home-server/docker-compose.yml b/home-server/docker-compose.yml index 060c5f4..3e495c3 100644 --- a/home-server/docker-compose.yml +++ b/home-server/docker-compose.yml @@ -36,7 +36,6 @@ services: - traefik.http.routers.homeassistant.rule=Host(`homeassistant.pladijs`) - traefik.http.services.homeassistant.loadbalancer.server.port=8123 volumes: - - ${STORAGE_DIR}/homeassistant:/config - ${STORAGE_DIR}/homeassistant:/config - ${REPO_DIR}/configurations/home-assistant/configuration-production.yaml:/config/configuration.yaml restart: unless-stopped @@ -106,7 +105,7 @@ services: container_name: influxdb labels: - traefik.http.routers.influxdb.rule=Host(`influxdb.pladijs`) - - traefik.http.services.influxdb.loadbalancer.server.port=3000 + - traefik.http.services.influxdb.loadbalancer.server.port=8086 image: influxdb restart: unless-stopped environment: