Commit Graph

2 Commits

Author SHA1 Message Date
Preston Hunter
6ed6384750 chore(docker-compose): Update Teslamate network name for Home Assistant
The external network name for Teslamate was updated from `teslamate-internal`
to `teslamate_teslamate-internal` in the Home Assistant docker-compose.yml.
This change ensures Home Assistant correctly connects to the Teslamate
internal network, aligning with Docker Compose's default naming convention
for networks created by other Compose projects.
2025-11-11 21:53:22 -05:00
Preston Hunter
b4469c175e feat(homeassistant): Add initial Docker Compose setup for Home Assistant
This commit introduces the `docker-compose.yml` file for deploying Home Assistant.

The configuration defines the `homeassistant` service using the `linuxserver/homeassistant` image. It sets up:
- Persistent data storage at `/mnt/docker/home/homeassistant/data`.
- Environment variables for user IDs (PUID, PGID) and timezone.
- Required capabilities (`NET_ADMIN`, `NET_RAW`) for network functionality.
- Integration with existing `pangolin-home` and `teslamate-internal` external networks.

This allows for easy deployment and management of the Home Assistant instance.
2025-11-11 21:13:14 -05:00