Commit Graph

55 Commits

Author SHA1 Message Date
Preston Hunter
91f410278d Added network configurations to docker-compose.yml 2025-11-11 20:05:35 -05:00
Preston Hunter
f94c1319f8 Corrected all environment variable syntax in docker-compose.yml to KEY=VALUE format 2025-11-11 19:55:12 -05:00
Preston Hunter
e38f44a479 Corrected docker-compose.yml environment variable syntax for secrets 2025-11-11 19:54:01 -05:00
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
Preston Hunter
c19050c3b7 Add Homelab Teslamate 2025-11-11 19:32:53 -05:00