docker-zulip icon indicating copy to clipboard operation
docker-zulip copied to clipboard

Container configurations, images, and examples for Zulip.

Results 136 docker-zulip issues
Sort by recently updated
recently updated
newest added

After recently getting zulip up on my own cluster, the resource configurations I hacked a little bit to get working are in this PR. There probably needs to be a...

Hello, I'm trying to migrate a realm from a server to new docker based environment. This was the first issue I've run into (there are others I might submit as...

Zulip team had some tech troubles (outlined in detail by the kind guys here: https://chat.zulip.org/#narrow/stream/48-mobile/topic/Thumbnails.20in.20mobile.20apps.20not.20working and here: https://github.com/zulip/docker-zulip/issues/236 ) and in short, had to drop support for thumbor in Zulip...

Hi, I am trying to run Zulip with Docker rootless on my server but I get the following error : ``` zulip_1 | Error: The minimum number of file descriptors...

Via https://devcenter.heroku.com/categories/deploying-with-docker. (note: Rocket.Chat has made this since 3 years ago (see the log of https://github.com/RocketChat/Rocket.Chat/blob/develop/app.json).)

help wanted

... and wanted to write it out next to the Nginx wiki page.

Hi, when I try to start with docker-compose I get this error ``` zulip_1 | === Begin Bootstrap Phase === zulip_1 | Waiting for database server to allow connections ......

To make LDAP group authentication for an Active Directory work, I have to add the following to the `settings.py` file: ``` from django_auth_ldap.config import ActiveDirectoryGroupType AUTH_LDAP_GROUP_TYPE = ActiveDirectoryGroupType(name_attr="cn") ``` However,...

Since the new update LDAP no longer works directly. Unfortunately I didn't find anything about this in the documentation: Shouldn't settings be set with environment variables? Or in settings.py? It...

I have version 2.1.12 running on ubuntu 18.04 old VPS and memory wise etc, it is struggling to keep up. I have a newer one with loads more memory, but...