cleaning up

This commit is contained in:
Julien Rottenberg 2015-11-02 00:30:09 -08:00
parent 265ea36d51
commit 682a414ec8
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ newsblur:
- redis
ports:
- '80:8000'
command: tail -f urls.py
postgres:

View file

@ -10,4 +10,4 @@ RUN pip install -r requirements.txt; pip install image psycopg2 numpy scip
COPY . /opt/newsblur/
RUN cp docker/local_settings.py .
CMD ./manage.py runserver 0.0.0.0:8000
CMD gunicorn_django --bind 0.0.0.0:8000

View file

@ -14,6 +14,6 @@ psycopg2 commented out ?
Missing from template : REDIS_SESSIONS, postgresql_psycopg2
./manage.py syncdb --all --noinput ./manage.py loaddata docker/data.json
./manage.py syncdb --all --noinput && ./manage.py loaddata docker/data.json
pip numpy , scipy + apt gfortran libblas-dev liblapack-dev for ./manage.py refresh_feeds --force