Skip to content

Commit

Permalink
Updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lrskyum committed Jan 4, 2025
1 parent c2f62de commit bd231cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ out/

### VS Code ###
.vscode/

docker/volumes/**
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
KAFKA_CFG_CONTROLLER_QUORUM_VOTERS: 0@kafka:9093
KAFKA_CFG_CONTROLLER_LISTENER_NAMES: CONTROLLER
volumes:
- ./data:/bitnami/kafka/data
- ./config:/bitnami/kafka/config
- ./volumes/kafka/data:/bitnami/kafka/data
- ./volumes/kafka/config:/bitnami/kafka/config

kafka-ui:
image: provectuslabs/kafka-ui:v0.7.2
Expand Down

0 comments on commit bd231cb

Please sign in to comment.