Skip to content

Commit

Permalink
Update Kafka UI, tweak up max no open files.
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHoggarth committed Oct 16, 2023
1 parent b105d36 commit f12d313
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
4 changes: 2 additions & 2 deletions ingest/dc/dc-crawl/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ services:
ulimits:
nproc: 65535
nofile:
soft: 102400
hard: 102400
soft: 204800
hard: 204800
depends_on:
- clamd
- kafka
Expand Down
2 changes: 1 addition & 1 deletion ingest/dc/dc-kafka-ui/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
kafka-ui:
image: provectuslabs/kafka-ui:latest
ports:
- 9001:8080
- 9000:8080
environment:
- "KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka-1:9092"
- "DYNAMIC_CONFIG_ENABLED=true"
Expand Down
12 changes: 0 additions & 12 deletions ingest/dc/dc-kafka/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,6 @@ services:
deploy:
replicas: 1

# Kafka UI
ui:
#user: ${CURRENT_UID}
image: ukwa/docker-trifecta
ports:
- "9000:9000"
environment:
- "ZK_HOST=zookeeper:2181"
depends_on:
- zookeeper
- kafka-1

networks:
# Allow attachment of transient containers, external monitoring:
default:
Expand Down

0 comments on commit f12d313

Please sign in to comment.