File tree Expand file tree Collapse file tree 3 files changed +2
-24
lines changed
Expand file tree Collapse file tree 3 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ BROWSERUP_GRAFANA_PASSWORD=just_testing
3939BROWSERUP_PRIVATE_DNS_NAMESPACE_NAME =browserup-internal.com
4040BROWSERUP_CLUSTER_PUBLIC_IP =localhost
4141
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:
218218 - ./resources/click-house/schemas/verifications.proto:/var/lib/clickhouse/format_schemas/verifications.proto
219219 - ./resources/click-house/schemas/vu_logs.proto:/var/lib/clickhouse/format_schemas/vu_logs.proto
220220 - ./resources/click-house/schemas/vu_statuses.proto:/var/lib/clickhouse/format_schemas/vu_statuses.proto
221- ports :
222- - ' 8123:8123'
223- - ' 9000:9000'
224221 depends_on :
225222 - zookeeper
226223 - nats
227- - nats-1
228224 - fluentbit
229225 logging :
230226 driver : " fluentd"
@@ -237,8 +233,6 @@ services:
237233 hostname : zookeeper
238234 volumes :
239235 - ./resources/click-house/keeper-config.xml:/etc/clickhouse-keeper/keeper_config.xml
240- ports :
241- - ' 9181:9181'
242236 depends_on :
243237 - fluentbit
244238 logging :
@@ -248,21 +242,10 @@ services:
248242
249243 nats :
250244 image : nats
251- ports :
252- - " 6222:6222"
253- - " 4222:4222"
254- - " 8222:8222"
255245 volumes :
256246 - ./resources/nats/nats-server.conf:/etc/nats/nats-server.conf
257247 command : " --cluster_name NATS --cluster nats://0.0.0.0:6222 --http_port 8222 -c /etc/nats/nats-server.conf"
258248
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-
266249 rabbitmq :
267250 container_name : browserup_rabbitmq
268251 image : rabbitmq:3.8.2-management
@@ -315,10 +298,6 @@ services:
315298 - loki
316299 environment :
317300 - LOG_PATH=/tmp
318- ports :
319- - " 24020:2020"
320- - " 24224:8889"
321- - " 24888:8888"
322301 volumes :
323302 - ./resources/fluent-bit:/fluent-bit/etc
324303
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments