Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kiturutin committed Feb 23, 2025
1 parent 1a2bd35 commit 080c8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
4 changes: 2 additions & 2 deletions lib/config/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ BROWSERUP_GRAFANA_PASSWORD=just_testing
BROWSERUP_PRIVATE_DNS_NAMESPACE_NAME=browserup-internal.com
BROWSERUP_CLUSTER_PUBLIC_IP=localhost

BROWSERUP_NATS_URLS=nats://nats:4222,nats://nats-1:4222
BROWSERUP_NATS_SERVER_LIST=nats:4222,nats-1:4222
BROWSERUP_NATS_URLS=nats://nats:4222
BROWSERUP_NATS_SERVER_LIST=nats:4222
21 changes: 0 additions & 21 deletions lib/docker_compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,9 @@ services:
- ./resources/click-house/schemas/verifications.proto:/var/lib/clickhouse/format_schemas/verifications.proto
- ./resources/click-house/schemas/vu_logs.proto:/var/lib/clickhouse/format_schemas/vu_logs.proto
- ./resources/click-house/schemas/vu_statuses.proto:/var/lib/clickhouse/format_schemas/vu_statuses.proto
ports:
- '8123:8123'
- '9000:9000'
depends_on:
- zookeeper
- nats
- nats-1
- fluentbit
logging:
driver: "fluentd"
Expand All @@ -237,8 +233,6 @@ services:
hostname: zookeeper
volumes:
- ./resources/click-house/keeper-config.xml:/etc/clickhouse-keeper/keeper_config.xml
ports:
- '9181:9181'
depends_on:
- fluentbit
logging:
Expand All @@ -248,21 +242,10 @@ services:

nats:
image: nats
ports:
- "6222:6222"
- "4222:4222"
- "8222:8222"
volumes:
- ./resources/nats/nats-server.conf:/etc/nats/nats-server.conf
command: "--cluster_name NATS --cluster nats://0.0.0.0:6222 --http_port 8222 -c /etc/nats/nats-server.conf"

nats-1:
image: nats
volumes:
- ./resources/nats/nats-server.conf:/etc/nats/nats-server.conf
command: "--cluster_name NATS --cluster nats://0.0.0.0:6222 --routes=nats://nats:6222 -c /etc/nats/nats-server.conf"
depends_on: ["nats"]

rabbitmq:
container_name: browserup_rabbitmq
image: rabbitmq:3.8.2-management
Expand Down Expand Up @@ -315,10 +298,6 @@ services:
- loki
environment:
- LOG_PATH=/tmp
ports:
- "24020:2020"
- "24224:8889"
- "24888:8888"
volumes:
- ./resources/fluent-bit:/fluent-bit/etc

Expand Down

0 comments on commit 080c8ef

Please sign in to comment.