Updated setup
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,7 +2,7 @@
|
||||
.env.production
|
||||
|
||||
# Home assistant configuration file
|
||||
configuration.production.yaml
|
||||
configuration-production.yaml
|
||||
|
||||
.env
|
||||
run-docker.sh
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user