build(teslamate): Connect teslamate service to pangolin-home network

The teslamate service in `docker-compose.yml` has been configured to join the `pangolin-home` network. This change enables communication between Teslamate and other services within the `pangolin-home` network, facilitating better integration with existing home infrastructure.
This commit is contained in:
Preston Hunter
2025-11-11 20:25:50 -05:00
parent 91f410278d
commit e71e15af04

View File

@@ -51,6 +51,7 @@ services:
- password - password
networks: networks:
- teslamate-internal - teslamate-internal
- pangolin-home
mosquitto: mosquitto:
image: eclipse-mosquitto:2 image: eclipse-mosquitto:2