Use init to ensure the web container stops quicker

`sleep` discards a lot of signals, so we need the init system to do it for us
This commit is contained in:
Jake Howard 2022-07-29 15:41:23 +01:00
parent 3bce2fb880
commit d92d41d075
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ services:
build:
context: ../../
target: dev
init: true
environment:
- QUEUE_STORE_URL=redis://redis/0
- DEBUG=true