compose: remove explicit bootstrapping

This commit is contained in:
Jens Langhammer 2020-04-22 11:45:43 +02:00
parent 4eb7c5f94b
commit 3ce69bb391
1 changed files with 0 additions and 4 deletions

View File

@ -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