Skip to content

Commit

Permalink
make sure crond is running in prod
Browse files Browse the repository at this point in the history
- fixes #75
- [skip ci]
  • Loading branch information
alee committed Sep 2, 2016
1 parent d16323e commit 8962a35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions deploy/docker/prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ cd /code
python manage.py collectstatic --noinput --clear
chmod a+x /etc/periodic/daily/*
/code/deploy/docker/wait-for-it.sh solr:8983 -- python manage.py rebuild_index --noinput
crond -L /catalog/logs/crond.log
uwsgi --ini /code/deploy/uwsgi/catalog.ini
11 changes: 0 additions & 11 deletions deploy/supervisord/uwsgi.ini

This file was deleted.

2 changes: 1 addition & 1 deletion production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
solr:
image: comses/solr
ports:
- "8983:8983"
- "127.0.0.1:8983:8983"
volumes:
- solr:/opt/solr/server/solr/mycores
- ./deploy/solr/conf:/catalog-solr-conf
Expand Down

0 comments on commit 8962a35

Please sign in to comment.