File tree 2 files changed +2
-23
lines changed
2 files changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ BROWSERUP_GRAFANA_PASSWORD=just_testing
39
39
BROWSERUP_PRIVATE_DNS_NAMESPACE_NAME =browserup-internal.com
40
40
BROWSERUP_CLUSTER_PUBLIC_IP =localhost
41
41
42
- BROWSERUP_NATS_URLS =nats://nats:4222,nats://nats-1:4222
43
- BROWSERUP_NATS_SERVER_LIST =nats:4222,nats-1:4222
42
+ BROWSERUP_NATS_URLS =nats://nats:4222
43
+ BROWSERUP_NATS_SERVER_LIST =nats:4222
Original file line number Diff line number Diff line change @@ -218,13 +218,9 @@ services:
218
218
- ./resources/click-house/schemas/verifications.proto:/var/lib/clickhouse/format_schemas/verifications.proto
219
219
- ./resources/click-house/schemas/vu_logs.proto:/var/lib/clickhouse/format_schemas/vu_logs.proto
220
220
- ./resources/click-house/schemas/vu_statuses.proto:/var/lib/clickhouse/format_schemas/vu_statuses.proto
221
- ports :
222
- - ' 8123:8123'
223
- - ' 9000:9000'
224
221
depends_on :
225
222
- zookeeper
226
223
- nats
227
- - nats-1
228
224
- fluentbit
229
225
logging :
230
226
driver : " fluentd"
@@ -237,8 +233,6 @@ services:
237
233
hostname : zookeeper
238
234
volumes :
239
235
- ./resources/click-house/keeper-config.xml:/etc/clickhouse-keeper/keeper_config.xml
240
- ports :
241
- - ' 9181:9181'
242
236
depends_on :
243
237
- fluentbit
244
238
logging :
@@ -248,21 +242,10 @@ services:
248
242
249
243
nats :
250
244
image : nats
251
- ports :
252
- - " 6222:6222"
253
- - " 4222:4222"
254
- - " 8222:8222"
255
245
volumes :
256
246
- ./resources/nats/nats-server.conf:/etc/nats/nats-server.conf
257
247
command : " --cluster_name NATS --cluster nats://0.0.0.0:6222 --http_port 8222 -c /etc/nats/nats-server.conf"
258
248
259
- nats-1 :
260
- image : nats
261
- volumes :
262
- - ./resources/nats/nats-server.conf:/etc/nats/nats-server.conf
263
- command : " --cluster_name NATS --cluster nats://0.0.0.0:6222 --routes=nats://nats:6222 -c /etc/nats/nats-server.conf"
264
- depends_on : ["nats"]
265
-
266
249
rabbitmq :
267
250
container_name : browserup_rabbitmq
268
251
image : rabbitmq:3.8.2-management
@@ -315,10 +298,6 @@ services:
315
298
- loki
316
299
environment :
317
300
- LOG_PATH=/tmp
318
- ports :
319
- - " 24020:2020"
320
- - " 24224:8889"
321
- - " 24888:8888"
322
301
volumes :
323
302
- ./resources/fluent-bit:/fluent-bit/etc
324
303
You can’t perform that action at this time.
0 commit comments