Make sure grafana points to port bound within it's task group
This commit is contained in:
parent
3a828af690
commit
049d9f0fe0
@ -441,5 +441,6 @@ path_style_access = true
|
|||||||
# does not require any configuration
|
# does not require any configuration
|
||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
server_url = http://{{ env "NOMAD_ADDR_renderer" }}/render
|
# Since they are inside the same group, we can reference their bound ports
|
||||||
callback_url = http://{{ env "NOMAD_ADDR_web" }}/
|
server_url = http://localhost:8081/render
|
||||||
|
callback_url = http://localhost:3000/
|
||||||
|
Loading…
Reference in New Issue
Block a user