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