IP address fixes and bumped Frigate image version
This commit is contained in:
parent
bc6ba83d73
commit
da1b35c725
3 changed files with 10 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ frigate_rtsp_passwd: !vault |
|
||||||
31363135633230333637366438346331656632353565323837356330363934656232333063646264
|
31363135633230333637366438346331656632353565323837356330363934656232333063646264
|
||||||
3561646234623133330a323731336437383438633630393065343363306636343634663162656539
|
3561646234623133330a323731336437383438633630393065343363306636343634663162656539
|
||||||
3162
|
3162
|
||||||
frigate_image_tag: 0.17.0
|
frigate_image_tag: 0.17.1
|
||||||
frigate_reolink_ip: 10.69.12.11
|
frigate_reolink_ip: 10.69.12.11
|
||||||
frigate_reolink_username: frigate
|
frigate_reolink_username: frigate
|
||||||
frigate_reolink_password_url_enc: !vault |
|
frigate_reolink_password_url_enc: !vault |
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ READECK_SERVER_HOST="0.0.0.0"
|
||||||
READECK_SERVER_PORT=8000
|
READECK_SERVER_PORT=8000
|
||||||
READECK_LOG_FORMAT=text
|
READECK_LOG_FORMAT=text
|
||||||
READECK_IMAGE_TAG={{ readeck_image_tag }}
|
READECK_IMAGE_TAG={{ readeck_image_tag }}
|
||||||
READECK_DATABASE_SOURCE="postgres://readeck:{{ readeck_postgres_password }}@10.69.10.20:5432/readeck"
|
READECK_DATABASE_SOURCE="postgres://readeck:{{ readeck_postgres_password }}@10.69.10.54:5432/readeck"
|
||||||
|
|
|
||||||
|
|
@ -73,4 +73,12 @@ prometheus_scrape_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- "nemetona.local.cobb.lgbt:7000"
|
- "nemetona.local.cobb.lgbt:7000"
|
||||||
metrics_path: /metrics
|
metrics_path: /metrics
|
||||||
|
- job_name: "home_assistant"
|
||||||
|
scrape_interval: 60s
|
||||||
|
metrics_path: /api/prometheus
|
||||||
|
scheme: https
|
||||||
|
bearer_token: ""
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- "ha.local.cobb.lgbt"
|
||||||
prometheus_db_dir: /mnt/storage/db
|
prometheus_db_dir: /mnt/storage/db
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue