though in the docker file for the alert manager the query service URL is shown as localhost:8080
v
Vishal Sharma
02/14/2023, 5:00 PM
@Prashant Shahi
p
Prashant Shahi
02/14/2023, 5:11 PM
@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
Kshitij Gang
02/15/2023, 4:28 AM
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
Prashant Shahi
02/15/2023, 2:06 PM
both 8080 and 8085 ports of query-service should be exposed (not necessarily over public internet but internally).