From e71e15af04ee0fd9868bb50ff426eb475670030c Mon Sep 17 00:00:00 2001 From: Preston Hunter Date: Tue, 11 Nov 2025 20:25:50 -0500 Subject: [PATCH] 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. --- teslamate/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/teslamate/docker-compose.yml b/teslamate/docker-compose.yml index bc8f351..17a1d75 100644 --- a/teslamate/docker-compose.yml +++ b/teslamate/docker-compose.yml @@ -51,6 +51,7 @@ services: - password networks: - teslamate-internal + - pangolin-home mosquitto: image: eclipse-mosquitto:2