Skip to content

Commit b9aa307

Browse files
committed
Project now fully supports InfluxDB 2; Grafana and InfluxDB v1 are no longer included
1 parent 4dfd808 commit b9aa307

13 files changed

+622
-2274
lines changed

README.md

+114-97
Large diffs are not rendered by default.

dashboard-single-panel.json

-1,081
This file was deleted.

dashboard.json

-1,092
This file was deleted.

docker-compose-run.sh

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
#Running this script will bring up containers for InfluxDB, Grafana, and Vuegraf. Re-running this script will bring any previous containers down and bring up containers with any configuration changes you have made.
2-
#Ran on MacOS with Docker Desktop for Mac 3.2.1
3-
#vuegraf.json setting for host. "host": "host.docker.internal"
1+
# Running this script will bring up containers for InfluxDB and Vuegraf.
2+
# Re-running this script will bring any previous containers down and bring up containers with any configuration changes you have made.
3+
# Ran on MacOS with Docker Desktop for Mac 3.2.1
4+
# vuegraf.json setting for host. "host": "host.docker.internal"
45

56
set -e
67

7-
echo "Bringing up influxdb, grafana, vuegraf"
8+
echo "Bringing up InfluxDB and Vuegraf"
89
docker-compose down && docker-compose -f docker-compose.yaml build --pull && docker-compose -f docker-compose.yaml up -d
910

1011
echo "Done"

0 commit comments

Comments
 (0)