docker-compose: stop zulip before db,redis,etc.

This avoids django errors on stop/start of the services and I think generally makes sense
This commit is contained in:
Matthew W. Thomas
2025-09-11 19:04:58 -04:00
committed by Alex Vandiver
parent bcee24ff65
commit 91b7f0b5c5

View File

@@ -123,6 +123,11 @@ services:
nofile:
soft: 1000000
hard: 1048576
depends_on:
- database
- memcached
- rabbitmq
- redis
volumes:
zulip:
postgresql-14: