mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-22 20:41:59 +00:00
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:
committed by
Alex Vandiver
parent
bcee24ff65
commit
91b7f0b5c5
@@ -123,6 +123,11 @@ services:
|
||||
nofile:
|
||||
soft: 1000000
|
||||
hard: 1048576
|
||||
depends_on:
|
||||
- database
|
||||
- memcached
|
||||
- rabbitmq
|
||||
- redis
|
||||
volumes:
|
||||
zulip:
|
||||
postgresql-14:
|
||||
|
Reference in New Issue
Block a user