This repository contains the configuration for deploying Mosquitto MQTT broker on Coolify at mosquito.wwa.gr.
- Fork this repository
- Connect to Coolify
- Deploy as Docker Compose service
- Configure domain as
mosquito.wwa.gr
- MQTT Endpoint:
mqtt://mosquito.wwa.gr:1883 - WebSocket Endpoint:
ws://mosquito.wwa.gr:9001
Configure your Milesight people counting device with:
- Host:
mosquito.wwa.gr - Port:
1883 - Protocol: MQTT
# Subscribe to test topic
mosquitto_sub -h mosquito.wwa.gr -t test/topic -v
# Publish test message
mosquitto_pub -h mosquito.wwa.gr -t test/topic -m "Hello from mosquito.wwa.gr"