Skip to content
Snippets Groups Projects
Commit c6314455 authored by Nicola Jordan's avatar Nicola Jordan
Browse files

num workers also added for production setting in mediator

parent 59a39ecc
No related branches found
No related tags found
1 merge request!884Feature/sane defaults
......@@ -5,7 +5,7 @@ USER root
ENV PYTHONUNBUFFERED=non-empty-string PYTHONIOENCODING=utf-8 LC_ALL=C.UTF-8 LANG=C.UTF-8
ENV DJANGO_OSMAXX_CONVERSION_SERVICE_USERNAME=default_user DJANGO_OSMAXX_CONVERSION_SERVICE_PASSWORD=default_password
ENV DATABASE_HOST=mediatordatabase DATABASE_PORT=5432 APP_PORT=8901 APP_HOST=0.0.0.0
ENV NUM_WORKERS=5 DATABASE_HOST=mediatordatabase DATABASE_PORT=5432 APP_PORT=8901 APP_HOST=0.0.0.0
MAINTAINER HSR Geometalab <geometalab@hsr.ch>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment