Do we actually need to expose theese ports to the world? I think the intercontainer communications should work "by design" without ports exposing
rabbit:
...
ports:
# The standard AMQP protocol port
- '5672:5672'
# HTTP management UI
- '15672:15672'
# Stomp
- '15674:15674'
- '61613:61613'
Do we actually need to expose theese ports to the world? I think the intercontainer communications should work "by design" without ports exposing