1 Star 0 Fork 48

tyxia/docker-kafka

forked from Koma/docker-kafka 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
supervisord.conf 712 Bytes
一键复制 编辑 原始数据 按行查看 历史
开源中国首席攻城的狮子 提交于 2017-10-19 17:15 . 调试完成
[unix_http_server]
file = /tmp/supervisor.sock
[supervisord]
logfile = /tmp/supervisord.log
logfile_maxbytes = 50MB
logfile_backups=10
loglevel = info
pidfile = /tmp/supervisord.pid
#设置为前台启动
nodaemon = true
minfds = 1024
minprocs = 200
umask = 022
#切换用户为root
user = root
identifier = supervisor
directory = /tmp
nocleanup = true
childlogdir = /tmp
strip_ansi = false
[supervisorctl]
serverurl = unix:///tmp/supervisor.sock
[program:zookeeper]
command=zookeeper-server-start.sh /opt/kafka/config/zookeeper.properties
autostart=true
autorestart=true
priority=1
[program:kafka]
command=kafka-server-start.sh /opt/kafka/config/server.properties
autostart=true
autorestart=true
priority=3
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/tyxia/docker-kafka.git
git@gitee.com:tyxia/docker-kafka.git
tyxia
docker-kafka
docker-kafka
master

搜索帮助