mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-22 07:21:20 +00:00
Zulip currently does not support "external" rabbitmq server If docker would "bind" services to the containers local host like in kubernetes it would work..
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
# Remove when zulip has RABBIT_HOST support
|
|
[program:cron]
|
|
command = /usr/sbin/rabbitmq-server
|
|
stdout_logfile = /var/log/supervisor/%(program_name)s.log
|
|
stderr_logfile = /var/log/supervisor/%(program_name)s.log
|
|
autorestart = true
|