dokku / dokku-rabbitmq

a rabbitmq plugin for dokku
MIT License
50 stars 19 forks source link

How to expose rabbitmq MQTT Websocket to 443 on Nginx? #61

Closed 3DRaven closed 4 years ago

3DRaven commented 4 years ago

Hi! Help me please :)

I need to make this steps:

  1. Create RabbitMQ service with my configuration (MQTT protocol+WebSocket random port)
  2. Expose this WebSocket protocol port (default,random, or set in config) to 443 port of all server interfaces (by nginx of course).

Schema Client->(Server->Nginx->RabbitMQ)

How to I can do it by RabbitMq Plugin and dokku?

3DRaven commented 4 years ago

Sorry, i just read documentation :)