feat(service): add EMQX #9568
Conversation
|
Hi @MohmmadQunibi! 👋 It appears to us that you are either adding a new service or making changes to an existing one. Coolify Docs Repository: https://github.com/coollabsio/coolify-docs |
|
Could you please share the steps you followed to test this service on Coolify? |
Done |
ShadowArcanist
left a comment
There was a problem hiding this comment.
Some ports are not mapped to host which is fine, please mention this on our docs and write a simple guide to map port to host by editing the compose.
- 1883 → MQTT over TCP (standard, unencrypted)
- This is the main port IoT devices use to publish/subscribe.
- 8883 → MQTT over TLS/SSL (secure MQTT)
- Same protocol as 1883 but encrypted.
- 8083 → MQTT over WebSocket (WS)
- Used for browser-based clients or HTTP-friendly MQTT connections.
- 8084 → MQTT over Secure WebSocket (WSS)
- WebSocket + TLS (secure browser/device communication).
I think mapping them by default is the correct approach since this is a broker those ports will be utilized for sure |
Changes
Added an emxq service template
Category
Preview
AI Assistance
If AI was used:
Testing
I had a coolify instance running and updated the files there to have these changes and then called php artisan generate:services
Contributor Agreement
Important