Preston Hunter 55b40750d1 refactor: Update environment variable syntax in docker-compose.yml
Changed the syntax for defining environment variables in the Teslamate
docker-compose.yml from `KEY=VALUE` to `KEY: VALUE`.

This update aligns with idiomatic YAML syntax, improving consistency and
readability across the configuration file. It also helps prevent potential
parsing issues that could arise if environment variable values contained
equal signs or other special characters.
2025-11-11 19:50:36 -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%