1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/tools/docker-compose/Procfile
Matthew Jones da0b686369
Adding jupyter notebook support to the AWX development environment
* Jupyter starts alongside the other awx services and is available on
  0.0.0.0:8888
* make target: make jupyter
* default settings in settings/development.py
* Added jupyter, matplotlib, numpy to dev dependencies
2017-12-05 23:46:18 -05:00

8 lines
228 B
Plaintext

nginx: make nginx
runworker: make runworker
daphne: make daphne
celeryd: make celeryd
receiver: make receiver
flower: make flower
uwsgi: make uwsgi
jupyter: make jupyter