diff --git a/bash_scripts/install-medicine.sh b/bash_scripts/install-medicine.sh index 84e5ce5..3055f2a 100755 --- a/bash_scripts/install-medicine.sh +++ b/bash_scripts/install-medicine.sh @@ -18,12 +18,6 @@ SECRET_KEY=$SECRET_KEY SENTRY_SITE=$ORGANIZATION_NAME -NGINX_PORT=80 -NGINX_HTTPS_PORT=443 - -UWSGI_PROCESSES=4 -UWSGI_THREADS=2 - EOT docker-compose run --rm app python manage.py migrate --noinput