mirror of
https://github.com/zulip/zulip.git
synced 2026-06-03 21:01:43 +08:00
Before Zulip 4.9, the Zulip install process left any already-installed
rabbitmq with whatever nodename it had previously configured. Wince
this encodes the name of the host when it was installed, this does not
function well with containers.
Leave rabbitmq-server uninstalled, which lets the Zulip installation
process set the nodename to `localhost`, which ensures that it is
usable across container restarts.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .gitattributes | ||
| activate-venv | ||
| build-docker-images | ||
| Dockerfile | ||
| Dockerfile.prod | ||
| production-build | ||
| production-install | ||
| production-pgroonga | ||
| production-upgrade | ||
| production-upgrade-pg | ||
| production-verify | ||
| send-failure-message | ||
| setup-backend | ||
| setup-frontend | ||
| success-http-headers.template.txt | ||