I have Xibo working in my Docker Swarm. My swarm is using layer 7 routing, and behind a proxy. I have xibo web working but I cannot get xmr to work. I cannot expose 9505. Traffic can only go in and out thought 443/80. I am using nginx for my LB and reverse proxy. In my stack file I am using labels com.docker.ucp.mesh.http: com.docker.ucp.mesh.https:. Again I cannot expose 9505. How can I get xmr to work without exposing 9505? Can XMR traffic go through nginx 443/80?
You can’t. XMR isn’t based on http/https. It’s ZeroMQ protocol, and needs that socket exposed.
You can’t route it though nginx.
Thank you! I guess I have to start making some firewall request haha