thingsboard / thingsboard-pe-docker-compose

Docker configuration example for ThingsBoard PE Microservices
Apache License 2.0
13 stars 33 forks source link

switching from 'basic' to 'monolith' env results in error 'non-unique elements' #31

Closed t0mZ4 closed 2 years ago

t0mZ4 commented 2 years ago

HI After successfully running thingsboard in cluster using 'env=basic', i switched to 'env=monolith' and got the following error:

services.tb-monolith.ports value ['8080', '7070', '1883', '7070', '5683:5683/udp', '5685:5685/udp'] has non-unique elements

How do I go about fixing this?

t0mZ4 commented 2 years ago

duplicate of #24 seems that there is a PR waiting to be merged for fixing this https://github.com/thingsboard/thingsboard-pe-docker-compose/pull/25