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:
parent
3bce2fb880
commit
d92d41d075
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ services:
|
|||
build:
|
||||
context: ../../
|
||||
target: dev
|
||||
init: true
|
||||
environment:
|
||||
- QUEUE_STORE_URL=redis://redis/0
|
||||
- DEBUG=true
|
||||
|
|
Loading…
Reference in a new issue