6b99db92eb1e79e3627e903c8cc88585e4d34575
Replaced direct host path volume mounts with named volumes for the Teslamate database, Grafana data, and Mosquitto configuration and data. This change centralizes the definition of host bind mounts for persistent data by using Docker named volumes with `driver_opts` set to `type: none` and `o: bind`. This improves consistency and manageability of volume definitions within the `docker-compose.yml` file. Additionally, the import volume path for the `teslamate` service was adjusted from `/mnt/docker/home/teslamate/data/import` to `/mnt/docker/home/teslamate/import`.
Description
Docker Compose Files
Languages
Clojure
93.9%
CSS
4.2%
Java
1.1%
Shell
0.4%
HTML
0.3%