mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
cleaning up
This commit is contained in:
parent
265ea36d51
commit
682a414ec8
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ newsblur:
|
|||
- redis
|
||||
ports:
|
||||
- '80:8000'
|
||||
command: tail -f urls.py
|
||||
|
||||
|
||||
|
||||
postgres:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue