mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
remove honcho in the dev environment (just use foregrounded supervisor)
using supervisor gives us the ability to restart entire processes on code change (like the dispatcher and callback receiver)
This commit is contained in:
@@ -5,9 +5,4 @@ set +x
|
||||
|
||||
cd /awx_devel
|
||||
# Start the services
|
||||
if [ -f "/awx_devel/tools/docker-compose/use_dev_supervisor.txt" ]; then
|
||||
make supervisor
|
||||
else
|
||||
export PYTHONIOENCODING=utf_8
|
||||
honcho start -f "tools/docker-compose/Procfile"
|
||||
fi
|
||||
make supervisor
|
||||
|
||||
Reference in New Issue
Block a user