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:
@@ -72,8 +72,8 @@ secrets:
|
|||||||
external: true
|
external: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
teslamate-internal:
|
teslamate:
|
||||||
driver: overlay
|
external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
teslamate-db:
|
teslamate-db:
|
||||||
|
|||||||
Reference in New Issue
Block a user