The instructional link on this makefile option is a treat.

Alternate approach to tmux to run all development tasks specified in

Procfile. https://youtu.be/OPMgaibszjk

honcho:
@if [ “$(VENV_BASE)” ]; then
. $(VENV_BASE)/awx/bin/activate;
fi;
honcho start -f tools/docker-compose/Procfile