Preston Hunter 6b99db92eb feat(teslamate): Migrate to named volumes for persistence
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`.
2025-11-13 21:48:46 -05:00
Description
Docker Compose Files
2.8 MiB
Languages
Clojure 93.9%
CSS 4.2%
Java 1.1%
Shell 0.4%
HTML 0.3%