Skip to content

Commit

Permalink
Merge pull request #11 from glossyio/feature/nr-radar-sqlite
Browse files Browse the repository at this point in the history
Convert InfluxDB to SQLite and facilitate easy database dumps TG#34
  • Loading branch information
glossyio authored Jul 23, 2024
2 parents efcb1b8 + 032ea1a commit 8e9b0a4
Show file tree
Hide file tree
Showing 10 changed files with 3,255 additions and 2,201 deletions.
3 changes: 1 addition & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
################################################################################
# common-services configuration file
# in order: frigate, influxdb, node-red
# in order: frigate, node-red
# this should be located in the ~/code folder, with each container's directory
################################################################################

include:
- frigate/docker-compose-frigate.yml
- influxdb/docker-compose-influxdb.yml
- nodered/docker-compose-node-red.yml
40 changes: 0 additions & 40 deletions docker-influxdb/docker-compose-influxdb.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions docker-nodered/docker-compose-node-red.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,10 @@ services:
NODE_RED_ENABLE_SAFE_MODE: false
VAR_LOCATION: "ne26th-wasco-sb-01"
VAR_RADAR_CAMERA: "picam_h264"
VAR_INFLUXDB_ORG: "taffic_monitor_01"
VAR_INFLUXDB_BUCKET: "influxdb_bucket"
VAR_EVENTS_DB: "tmdb"
VAR_EVENTS_TABLE: "events"
VAR_MQTT_USER: "mqtt_user" #broker settings
VAR_MQTT_PASS: "mqtt_pass" #broker settings
depends_on:
frigate:
condition: service_healthy
influxdb:
condition: service_healthy
Loading

0 comments on commit 8e9b0a4

Please sign in to comment.