pser-compose

The project relies on https://ants-gitlab.inf.um.es/amzarca/docker-compose-influxdb-grafana, which in turn relies on https://github.com/jkehres/docker-compose-influxdb-grafana to deploy InfluxDB and Grafana. However, the adapter code was added which required changes to the configuration. Also, more default values were added.

Prerequisites

  • Install Docker and Docker Compose, if they were not previously installed. The instructions can be found on Docker website:
  • Run the services
docker compose up --build --no-recreate

The --build and --no-recreate flags are needed only when the adapter code is changed. Otherwise, they can be omitted.

Access the default dashboard

  • Go to http://localhost:3000/ and login as user admin with password admin (If you have modified .env, use the new values you have provided)
  • Select hamburger menu on the left and select "Dashboards"
  • Select "Greenhouse"

Built With

Authors

  • Karol Kucza
  • Antonio García Serrano

Based on work of

  • Alejandro Molina Zarca

License

This project is licensed under the MIT License