You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. These 2 variables are joined together.
HYPERDX_API_PORT: will make instance to start on the port
HYPERDX_API_URL will make the app to use api on HYPERDX_API_URL:HYPERDX_API_PORT
This way you can not deploy any reverse proxy on the same host / IP as port is already in use.
Is there any guide how to make it working with reverse proxy ?
The text was updated successfully, but these errors were encountered:
Hello. These 2 variables are joined together. HYPERDX_API_PORT: will make instance to start on the port HYPERDX_API_URL will make the app to use api on HYPERDX_API_URL:HYPERDX_API_PORT This way you can not deploy any reverse proxy on the same host / IP as port is already in use. Is there any guide how to make it working with reverse proxy ?
By default, HyperDX app/api will run on localhost with port 8080/8000. You can change this by updating HYPERDX_APP_** and HYPERDX_API_** variables in the .env file. After making your changes, rebuild images with make build-local.
and replace in .env IMAGE_NAME_HDX=ghcr.hyperdx.io/hyperdxio/hyperdx -> ghcr.io/hyperdxio/hyperdx
Hello. These 2 variables are joined together.
HYPERDX_API_PORT: will make instance to start on the port
HYPERDX_API_URL will make the app to use api on HYPERDX_API_URL:HYPERDX_API_PORT
This way you can not deploy any reverse proxy on the same host / IP as port is already in use.
Is there any guide how to make it working with reverse proxy ?
The text was updated successfully, but these errors were encountered: