Updated setup
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
@@ -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]
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user