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

https://stackoverflow.com/questions/1526471/git-difference-between-branchname-and-refs-heads-branchname ```bash $ docker compose build zulip [+] Building 80.8s (9/17) => [zulip internal] load build definition from Dockerfile 0.1s => => transferring dockerfile: 2.86kB 0.0s => [zulip internal] load...

Between 4.8-1 and 4.9-0, we backported zulip/zulip#20512 and started unconditionally installing `certbot`, resulting in `/etc/letsencrypt` existing in the base image, so [this symlink](https://github.com/zulip/docker-zulip/blob/5.7-0/entrypoint.sh#L54) never happens. This results in a broken...

Hi, Failed to start ZULIP, it fails to init the databaase, anyone knows how to fix this issue? LOGs from Docker : ``` No additional puppet configuration executed for queue...

Currently there doesn't seem to be a way to simply add it as a helm repository or OCI repository. It should be possible to deploy without going the git route.

> This reopens #395 in-house again, similar to #396, which now can't be reopened due to a force-push. The 403s found in [this CI run](https://github.com/zulip/docker-zulip/actions/runs/4514033512/jobs/7992901353) are a forked-repo permissions problem;...

Hi, The image specified for postgresql doesn't work, we have to specify tag "14" because the "latest" tag on the image "zulip-postgresql" is PostgreSQL 10 and not 14. Cause the...

This allows users to simply set values in a `.env` file and keep using the `docker-compose.yml` file as-is, so that updates are easier

Just upgraded to Zulip 7.0 and I got "CSRF verification failed. Request aborted." from Django when logging in (or infinite reloads when already logged in) As it is behind a...

Hi! I'm trying to set up the docker-compose and from the setup guide it looks well crafted, thanks! A minor optimization though: The part about `POSTGRES_PASSWORD` and `SECRETS_postgres_password` leaves me...

I have explained the issue here: https://chat.zulip.org/#narrow/stream/31-production-help/topic/.E2.9C.94.20Error.20429.20.28Too.20Many.20Request.29.20After.20creating.20the.20first.20o.2E.2E.2E. I have already solve the issue but I think that it would be interesting to add the following environment variable to the `zulip`...