james075
(James)
1
I encounter some issue trying to connect to RabbitMQ hosted on Qovery.
Our app Dockerfile is a one line configuration: FROM rabbitmq:3.9.8-alpine
The port exposed is configured as [1] and the external url I use in my backend is 'amqps://xxxxxxxxx-xxxxxxxxx-gtw.xxxxxxxxx.xmx.sh:5672'
What did I miss here ?
[1]
Enzo
(Enzo Radnaï)
2
Hello,
can you share the link of your app on Qovery ?
1 Like
james075
(James)
4
@Enzo Is it related to port mapping ? I tried to expose 5672 with internal 5672 an other than http but it doesn’t seem to be allowed
Enzo
(Enzo Radnaï)
5
You can’t expose TCP ports publicly at the moment.
You can only open it from your app in order to let other ones using it inside your cluster.
sureba73
(Suresh Balasubramanian)
6
Any ETA on this - I mean exposing TCP ports publicly?
a_carrano
(Alessandro Carrano)
7
This is already possible. The feature has been released a few months ago and you can now expose TCP and UDP ports: Application | Docs | Qovery
system
(system)
Closed
8
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.