compose: remove explicit bootstrapping
This commit is contained in:
parent
4eb7c5f94b
commit
3ce69bb391
|
@ -23,8 +23,6 @@ services:
|
|||
server:
|
||||
image: beryju/passbook:${SERVER_TAG:-latest}
|
||||
command:
|
||||
- ./manage.py
|
||||
- bootstrap
|
||||
- uwsgi
|
||||
- uwsgi.ini
|
||||
environment:
|
||||
|
@ -44,8 +42,6 @@ services:
|
|||
worker:
|
||||
image: beryju/passbook:${SERVER_TAG:-latest}
|
||||
command:
|
||||
- ./manage.py
|
||||
- bootstrap
|
||||
- celery
|
||||
- worker
|
||||
- --autoscale=10,3
|
||||
|
|
Reference in New Issue