mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
12 lines
309 B
Bash
12 lines
309 B
Bash
# Used by docker-compose.yml
|
|
IMAGE_NAME=ghcr.io/hyperdxio/hyperdx
|
|
IMAGE_VERSION=1.1.2
|
|
|
|
# Set up domain URLs
|
|
HYPERDX_API_PORT=8000
|
|
HYPERDX_API_URL=http://localhost
|
|
HYPERDX_APP_PORT=8080
|
|
HYPERDX_APP_URL=http://localhost
|
|
HYPERDX_LOG_LEVEL=debug
|
|
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318 # port is fixed
|
|
|