mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-01 02:27:26 +01:00
add kafka-manager
This commit is contained in:
7
kafka-manager/docker-compose.yml
Normal file
7
kafka-manager/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
kafka-manager:
|
||||
image: vimagick/kafka-manager
|
||||
ports:
|
||||
- "9000:9000"
|
||||
environment:
|
||||
- "ZK_HOSTS=my.zookeeper.host.com:2181"
|
||||
restart: always
|
||||
Reference in New Issue
Block a user