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.
This commit is contained in:
Preston Hunter
2025-11-11 21:53:22 -05:00
parent b0348d9d08
commit 6ed6384750

View File

@@ -5,7 +5,7 @@ services:
# network_mode: host
networks:
- pangolin-home
- teslamate-internal
- teslamate_teslamate-internal
environment:
- PUID=1000
- PGID=1000
@@ -25,5 +25,5 @@ services:
networks:
pangolin-home:
external: true
teslamate-internal:
teslamate_teslamate-internal:
external: true