config(docker): Update Teslamate network definition

The Teslamate internal network definition in `docker-compose.yml` has been updated.
The network was renamed from `teslamate-internal` to `teslamate`.
It was also changed from an internally defined `overlay` network to an `external: true` network.
This change allows Teslamate to connect to a pre-existing or centrally managed Docker network, improving integration with other services or a Docker Swarm environment.
This commit is contained in:
Preston Hunter
2025-11-15 08:27:17 -05:00
parent f19499303c
commit 31e5fce454

View File

@@ -72,8 +72,8 @@ secrets:
external: true
networks:
teslamate-internal:
driver: overlay
teslamate:
external: true
volumes:
teslamate-db: