Grafana provisioned for CarConnectivity Software
4.8K
This image provisions Grafana with the following:
More information can be found on Github: https://github.com/tillsteinbach/CarConnectivity-grafana/
docker compose --version){
"carConnectivity": {
"log_level": "error", // set the global log level, you can set individual log levels in the connectors and plugins
"connectors": [
{
// Definition for your connector
...
}
],
"plugins": [
{
"type": "webui",
"config": {
"username": "admin",
"password": "secret",
}
},{
"type": "database",
"config":{
"db_url": "postgresql://admin:secret@postgresdbbackend:5432/carconnectivity"
}
}
]
}
}
Webui username and password must match the values in your .env file. db_url must match your database configuration in the .env file.
docker compose --env-file ./myconfig.env up
Content type
Image
Digest
sha256:e14df21c3…
Size
201.3 MB
Last updated
9 months ago
docker pull tillsteinbach/carconnectivity-grafana