Open
Description
This is my experiment with using docker and docker-compose to run Mycodo. Thus far I successfully have Mycodo running fully in docker containers. This includes the Flask/Gunicorn frontend, Nginx, Influxdb, and the Mycodo daemon (additionally with Grafana and Telegraf for further data acquisition/presentation). This issue can serve as a discussion thread and a way I can keep users updated on the progress and where this is going. For current information about setup/building, see the docker/README.md.
Current state (check means working):
- All containers start up and communicate (daemon, flask, nginx, influxdb)
- Internal sensors (CPU load, disk space, etc.)
- Device sensors (i.e. /dev/ttyUSB0)
- Telegraf and Grafana
- Outputs
- Upgrade
- Backup/restore
More will be added as they are found