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