Skip to content

Commit

Permalink
feat: change ports
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirhBrt committed Feb 15, 2024
1 parent 0fd80b7 commit dc59930
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- PORT=8082
ports:
- 8082:8082
- 9103:9100
- 9104:9100
depends_on:
- zookeeper
env_file:
Expand All @@ -21,7 +21,7 @@ services:
context: zookeeper
ports:
- 2181:2181
- 9102:9100
- 9103:9100
env_file:
- .env

Expand Down Expand Up @@ -56,7 +56,7 @@ services:
image: minikafka:broker
ports:
- 8001:8001
- 9100:9100
- 9101:9100
env_file:
- .env
environment:
Expand All @@ -70,7 +70,7 @@ services:
image: minikafka:broker
ports:
- 8002:8002
- 9101:9100
- 9102:9100
env_file:
- .env
environment:
Expand Down

0 comments on commit dc59930

Please sign in to comment.