build: seperate worker process
This commit is contained in:
parent
ddd44a86bb
commit
db10c884e8
2 changed files with 7 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ services:
|
|||
image: plane-api
|
||||
depends_on:
|
||||
- redis
|
||||
command: python manage.py rqworker
|
||||
command: ./bin/worker
|
||||
links:
|
||||
- redis
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue