This message was deleted.
# support
s
This message was deleted.
k
though in the docker file for the alert manager the query service URL is shown as localhost:8080
v
@Prashant Shahi
p
@Kshitij Gang It is the internal port of query-service. The communication happens within the specific docker network. Hence, no need to expose the port to host machine or elsewhere.
k
I am trying to deploy signoz on ecs using copilot, so I can expose only one port on the query service so can the alert manager communicate over the 8080 port too or does the private port has exposed only specific routes?
p
both 8080 and 8085 ports of query-service should be exposed (not necessarily over public internet but internally).