File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ services:
8
8
CLICKHOUSE_SERVER_ENDPOINT : ' ch-server:9000'
9
9
HYPERDX_API_KEY : ${HYPERDX_API_KEY}
10
10
HYPERDX_LOG_LEVEL : ${HYPERDX_LOG_LEVEL}
11
- INGESTOR_API_URL : ' http://ingestor:8002'
12
11
volumes :
13
12
- ./docker/otel-collector/config.yaml:/etc/otelcol-contrib/config.yaml
14
13
ports :
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ services:
55
55
CLICKHOUSE_SERVER_ENDPOINT : ' ch-server:9000'
56
56
HYPERDX_API_KEY : ${HYPERDX_API_KEY}
57
57
HYPERDX_LOG_LEVEL : ${HYPERDX_LOG_LEVEL}
58
- INGESTOR_API_URL : ' http://ingestor:8002'
59
58
volumes :
60
59
- ./docker/otel-collector/config.yaml:/etc/otelcol-contrib/config.yaml
61
60
ports :
@@ -85,7 +84,6 @@ services:
85
84
# HDX_NODE_CONSOLE_CAPTURE: 1
86
85
# HYPERDX_API_KEY: ${HYPERDX_API_KEY}
87
86
# HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
88
- # INGESTOR_API_URL: 'http://ingestor:8002'
89
87
# MINER_API_URL: 'http://miner:5123'
90
88
# MONGO_URI: 'mongodb://db:27017/hyperdx'
91
89
# NODE_ENV: development
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ services:
71
71
environment :
72
72
CLICKHOUSE_SERVER_ENDPOINT : ' ch-server:9000'
73
73
HYPERDX_LOG_LEVEL : ${HYPERDX_LOG_LEVEL}
74
- INGESTOR_API_URL : ' http://ingestor:8002'
75
74
ports :
76
75
- ' 13133:13133' # health_check extension
77
76
- ' 24225:24225' # fluentd receiver
@@ -97,7 +96,6 @@ services:
97
96
# HDX_NODE_CONSOLE_CAPTURE: 1
98
97
# HYPERDX_API_KEY: ${HYPERDX_API_KEY}
99
98
# HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
100
- # INGESTOR_API_URL: 'http://ingestor:8002'
101
99
# MINER_API_URL: 'http://miner:5123'
102
100
# MONGO_URI: 'mongodb://db:27017/hyperdx'
103
101
# NODE_ENV: development
You can’t perform that action at this time.
0 commit comments