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

Hello. I'm trying to set up current Zulip with docker-zulip:latest image and docker-compose sample I have unexplained for me behavior of email sending I've added this section in environment for...

Hey there, I have an issue with sending mails with the docker compose setup. My values are as following: SETTING_EXTERNAL_HOST: "chat-test.server.domain" SETTING_ZULIP_ADMINISTRATOR: "[email protected]" SETTING_EMAIL_HOST: "mail.server.domain" SETTING_EMAIL_HOST_USER: "[email protected]" SETTING_EMAIL_PORT: "587" NOREPLY_EMAIL_ADDRESS:...

From `docker-compose.yaml`: ``` rabbitmq: image: "rabbitmq:3.7.7" ``` You can see from here (https://www.rabbitmq.com/versions.html) that RabbitMQ 3.7 went end of life in 2020. Unless there is a specific reason to be...

Hello, i am trying to convert rocketchat data but have error message : Converting Data ... Traceback (most recent call last): File "./manage.py", line 150, in execute_from_command_line(sys.argv) File "./manage.py", line...

Zulip Server 4.9+ regressed Docker setups by always creating a /etc/letsencrypt directory in the top layer of the Docker container, meaning it couldn't be symlinked over from the volume mount....

May I ask how to configure `GitHubAuthBackend`, in terms what are the added lines of code? if possible will appreciate a working documentation on it.

Add several configurations to support incoming email integration. Probably will solve https://github.com/zulip/docker-zulip/issues/192. Related: https://github.com/zulip/docker-zulip/issues/237 https://github.com/zulip/docker-zulip/pull/220 Related PR in zulip repo: https://github.com/zulip/zulip/pull/24098 https://github.com/zulip/zulip/pull/24097

I am setting up a Zulip instance in my home LAN, so at first tried setting `SETTING_EXTERNAL_HOST: "mypchostname:1234"`. However this resulted in an Internal Server Error page -- after inspecting...

I installed zulip via **docker**. I want to put my zulip application behind a reverse proxy, following the document on https://zulip.readthedocs.io/en/stable/production/deployment.html#putting-the-zulip-application-behind-a-reverse-proxy Therefore, I edited `/etc/zulip/zulip.conf` according to the tutorial. Then...