You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't forget to set the frontend to 0.0.0.0 (in package.json add --host 0.0.0.0 to ng serve).
The mosquitto server is accessible on port 1880 from the outside instead of 1883 (issue)
Still developpment mode, all containers and databases are accessible from the outside
the docker-compose up -d action may have a significant cpu usage, if it is the case and the rpi crashes you should launch the containers one by one starting with smarthome-db (i.e. docker-compose up -d smarthome-db).