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