Commit Graph

204 Commits

Author SHA1 Message Date
Tim Abbott
6a05ce7f86 Update to Zulip Server 10.4. 2025-07-02 12:00:29 -07:00
Anders Kaseorg
d42f8e3b7a Update to Zulip Server 10.3.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2025-05-15 15:48:12 -07:00
TSTECH
dd5de6069b Fix for LOADBALANCER_IPS line
Line 98 contained a comma after LOADBALANCER_IPS: ""

When utilizing this feature YAML does not allow trailing commas for key-value pairs causing docker compose commands to fail (likely just a typo).
2025-05-15 15:45:44 -07:00
Anders Kaseorg
2de3b6a0af Update to Zulip Server 10.2.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2025-04-15 23:52:16 -07:00
Anders Kaseorg
042ee46242 Update to Zulip Server 10.1.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2025-03-28 18:04:15 -07:00
Anders Kaseorg
3677a238d3 Update to Zulip Server 10.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2025-03-20 14:27:15 -07:00
Igor Loskutov
9386092828 docker-compose.yml SETTINGS_ env var family typo 2025-02-13 02:23:13 +08:00
Alex Vandiver
b6ae16e640 Update to Zulip Server 9.4. 2025-01-16 17:46:12 +00:00
Anders Kaseorg
55465f9a8d Update to Zulip Server 9.3.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-11-23 18:24:17 -08:00
Tim Abbott
14b1f0b49e docker-compose: Rework comment style and document uploads.
Double-quote comments like we have in prod_settings_template.py seem
clearer, and it seems useful to have explicit documentation of the
uploads syntax.

Fixes #394.
2024-11-19 11:55:31 -08:00
Alex Vandiver
c9d1b79e94 docker-compose: Switch rabbitmq image to the latest 3.12 point release.
This aligns better with the version of rabbitmq-server (3.12.1) that
is in Ubuntu 24.04.  Choosing the latest point-release of that same
series addresses bugs while maintaining feature parity.
2024-10-08 15:37:04 -04:00
Tim Abbott
2de76865d2 docker-compose: Improve documentation of configuration options.
Also mention LOADBALANCER_IPS in a comment, since we've had a number
of folks tripped up by not discovering it.

Fixes #449.
2024-09-25 17:01:56 -07:00
Florent Lévigne
90a6561ce5 settings: Update push notifications settings for 9.x. 2024-09-25 15:47:27 -07:00
Alex Vandiver
c7113f59b4 Update to Zulip Server 9.2. 2024-09-16 13:17:19 -04:00
Alex Vandiver
65461b5f53 Release 9.1-3 packaging update. 2024-09-09 16:34:51 -04:00
Alex Vandiver
e6b60181d8 Release 9.1-2 packaging update. 2024-09-09 14:33:35 -04:00
Alex Vandiver
6a75497a17 Release 9.1-1 packaging update. 2024-08-31 01:11:23 -04:00
Anders Kaseorg
7a44691c3e Update to Zulip Server 9.1.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-08-02 17:15:02 -07:00
Anders Kaseorg
2ba03787bf Update to Zulip Server 9.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-07-25 13:43:40 -07:00
Alex Vandiver
ae83441434 Update to Zulip Server 8.4. 2024-05-09 14:46:01 -04:00
Alex Vandiver
d8c0fadb3b Release 8.3-1 packaging update. 2024-04-18 11:02:38 -04:00
Alex Vandiver
cd7692a7e6 Update to Zulip Server 8.3. 2024-03-20 00:06:42 -04:00
Anders Kaseorg
624b474df0 Update to Zulip Server 8.2.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-02-16 15:41:08 -08:00
Anders Kaseorg
1110d95139 Update to Zulip Server 8.1.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-01-24 18:25:26 -08:00
Anders Kaseorg
8e716c245f Update to Zulip Server 8.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-12-15 11:33:49 -08:00
Alex Vandiver
d5334ddca5 Update to Zulip Server 7.5. 2023-11-17 08:24:52 -05:00
Alex Vandiver
4a5261a7df Update to Zulip Server 7.4. 2023-09-15 21:00:13 -04:00
Alex Vandiver
98d48a0f6c Update to Zulip Server 7.3. 2023-08-25 14:48:23 -04:00
Alex Vandiver
14839b99b6 Update to Zulip Server 7.2. 2023-07-05 16:26:33 -04:00
Alex Vandiver
e818755a47 Update to Zulip Server 7.1. 2023-06-13 14:22:52 -04:00
Tim Abbott
72828ae076 Update to Zulip Server 7.0. 2023-05-31 09:04:32 -07:00
Alex Vandiver
58fd28d0b5 Update to Zulip Server 6.2. 2023-05-19 16:20:26 -04:00
Alex Vandiver
ba2ae48cc1 Update to Zulip Server 6.1. 2023-01-23 13:26:41 -05:00
maltokyo
0f0488a9d8 Update to Zulip Server 6.0. 2022-12-07 11:21:44 -05:00
Matt Keller
e894ab95c8 postgresql: Update the default PostgreSQL version to 14. 2022-11-28 23:17:53 -05:00
Adarsh PK
74aea021ce docker-compose: Switch to docker managed volumes.
Docker-managed volumes[^1] are more cross-platform compatible than
hard-coded paths, and will work even if the Docker user cannot write
to the arbitrary path of `/opt/docker/zulip` on the Docker host.

[^1]: https://docs.docker.com/storage/volumes/

Co-authored-by: Alex Vandiver <alexmv@zulip.com>
2022-11-28 21:27:00 -05:00
Lorenzo Milesi
576a71e1b8 docker-compose: Default all services to restart unless-stopped.
`restart:` was previously inconsistently provided to service definitions
(only memcached and rabbitmq) and at that, the restart policy was
`always`. `always` can lead to surprising behavior where restarts of the
docker daemon will resurrect explicitly-stopped containers, whereas
`unless-stopped` will leave explicitly-stopped containers stopped.

Set all services in the docker-compose file to `restart:
unless-stopped`.

Further reading: https://linuxhandbook.com/docker-restart-policy/
2022-11-22 17:13:17 -08:00
Alex Vandiver
22f90023e9 Update versions for Zulip Server 5.7. 2022-11-16 10:52:06 -05:00
Anders Kaseorg
b1661d1a49 Update versions for Zulip Server 5.6.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-08-24 16:40:10 -07:00
Anders Kaseorg
6b1464b62f Update versions for Zulip Server 5.5.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-07-21 18:13:41 -07:00
Alex Vandiver
d2cd253b38 Update versions for Zulip Server 5.4. 2022-07-11 23:57:59 -07:00
Alex Vandiver
4bdfa82456 Update versions for Zulip Server 5.3. 2022-06-21 14:15:49 -07:00
Alex Vandiver
461360d332 Update versions for Zulip Server 5.2. 2022-05-04 11:22:42 -07:00
Alex Vandiver
133adff8b9 Update versions for Zulip Server 5.1. 2022-04-01 23:05:05 -07:00
Alex Vandiver
5ca15b51c7 Update versions for Zulip Server 5.0. 2022-03-29 10:54:40 -07:00
Alex Vandiver
c53d0dc19f Update versions for Zulip Server 4.11. 2022-03-15 14:07:28 -07:00
Alex Vandiver
fafaa9d019 Update versions for Zulip Server 4.10. 2022-02-25 13:55:45 -08:00
Alex Vandiver
139e60a00f Update versions for Zulip Server 4.9. 2022-01-24 18:33:04 -08:00
Alex Vandiver
a8d13a0c66 Release 4.8-1.
Due to a Docker caching bug, 4.8-0 was mistakenly built off of `main`,
not the `4.8` tag.
2021-12-09 13:03:53 -08:00
Alex Vandiver
e57a391e4b Update versions for Zulip Server 4.8. 2021-12-01 15:49:45 -08:00