Add kowl to docker-compose
This commit is contained in:
8
config.yaml
Normal file
8
config.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
kafka:
|
||||||
|
brokers:
|
||||||
|
- kafka1:9092
|
||||||
|
- kafka2:9092
|
||||||
|
- kafka3:9092
|
||||||
|
|
||||||
|
# server:
|
||||||
|
# listenPort: 8080
|
||||||
@@ -71,3 +71,18 @@ services:
|
|||||||
- zookeeper
|
- zookeeper
|
||||||
networks:
|
networks:
|
||||||
- kafka-cluster
|
- kafka-cluster
|
||||||
|
|
||||||
|
kowl:
|
||||||
|
image: quay.io/cloudhut/kowl:v1.4.0
|
||||||
|
container_name: kowl
|
||||||
|
restart: on-failure
|
||||||
|
hostname: kowl
|
||||||
|
volumes:
|
||||||
|
- ./config.yaml:/etc/kowl/config.yaml
|
||||||
|
ports:
|
||||||
|
- "8081:8080"
|
||||||
|
entrypoint: ./kowl --config.filepath=/etc/kowl/config.yaml
|
||||||
|
depends_on:
|
||||||
|
- kafka1
|
||||||
|
networks:
|
||||||
|
- kafka-cluster
|
||||||
|
|||||||
Reference in New Issue
Block a user