congatudo / Congatudo

Cloud replacement for Conga vacuum robots enabling local-only operation
https://congatudo.cloud
Apache License 2.0
79 stars 24 forks source link

docker-compose file to deploy congatudo #67

Closed Yhatax closed 1 year ago

Yhatax commented 1 year ago

This is an example to deploy congatudo+mqtt broker using congatudo standalone installation with docker-compose. Keep in mind paths are relative and should be updated to your needs. First time running it will give eacces error to congatudo.json file, if you have any, it will overwrite it with default one, you need to chmod 777 it so you can work with it, Once done, configure it using the robot implementation, server IP for congatudo and mqtt, and user/pass for each.

elraro commented 1 year ago

Thank you!