put nginx into honcho flow

* allows for make docker-compose-test then make honcho flow
This commit is contained in:
Chris Meyers
2016-10-18 14:19:18 -04:00
parent 699e2c9c6f
commit 4f6d966bab
3 changed files with 4 additions and 3 deletions

View File

@@ -449,6 +449,9 @@ factcacher:
fi; \
$(PYTHON) manage.py run_fact_cache_receiver
nginx:
nginx -g "daemon off;"
reports:
mkdir -p $@

View File

@@ -1,3 +1,4 @@
nginx: make nginx
runworker: make runworker
daphne: make daphne
celeryd: make celeryd

View File

@@ -40,8 +40,5 @@ make version_file
make migrate
make init
# Start nginx
nginx
# Start the service
make honcho