Updated setup

This commit is contained in:
2024-12-26 08:13:20 +01:00
parent fc0db54fb7
commit 8c71cc514d
3 changed files with 7 additions and 8 deletions

2
.gitignore vendored
View File

@@ -2,7 +2,7 @@
.env.production .env.production
# Home assistant configuration file # Home assistant configuration file
configuration.production.yaml configuration-production.yaml
.env .env
run-docker.sh run-docker.sh

View File

@@ -18,11 +18,11 @@ exporters:
service: service:
extensions: [] extensions: []
pipelines: pipelines:
traces: #traces:
receivers: [otlp] #receivers: [otlp]
processors: [batch] #processors: [batch]
exporters: [debug] #exporters: [debug]
metrics: metrics:
receivers: [otlp] receivers: [otlp]
processors: [batch] processors: [batch]
exporters: [prometheus,debug] exporters: [prometheus]

View File

@@ -36,7 +36,6 @@ services:
- traefik.http.routers.homeassistant.rule=Host(`homeassistant.pladijs`) - traefik.http.routers.homeassistant.rule=Host(`homeassistant.pladijs`)
- traefik.http.services.homeassistant.loadbalancer.server.port=8123 - traefik.http.services.homeassistant.loadbalancer.server.port=8123
volumes: volumes:
- ${STORAGE_DIR}/homeassistant:/config
- ${STORAGE_DIR}/homeassistant:/config - ${STORAGE_DIR}/homeassistant:/config
- ${REPO_DIR}/configurations/home-assistant/configuration-production.yaml:/config/configuration.yaml - ${REPO_DIR}/configurations/home-assistant/configuration-production.yaml:/config/configuration.yaml
restart: unless-stopped restart: unless-stopped
@@ -106,7 +105,7 @@ services:
container_name: influxdb container_name: influxdb
labels: labels:
- traefik.http.routers.influxdb.rule=Host(`influxdb.pladijs`) - 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 image: influxdb
restart: unless-stopped restart: unless-stopped
environment: environment: