[program:worker] command=/home/ubuntu/venv/bin/python /vagrant/manage.py runworker directory=/vagrant/ user=ubuntu environment=DBUSER={DBUSER},DBNAME={DBNAME},DBPASSWD={DBPASSWD},DJANGO_SETTINGS_MODULE="gestioCOF.settings_dev" autostart=true autorestart=true redirect_stderr=true stopasgroup=true redirect_stderr=true [program:interface] command=/home/ubuntu/venv/bin/daphne -b 127.0.0.1 -p 8001 gestioCOF.asgi:channel_layer environment=DBUSER={DBUSER},DBNAME={DBNAME},DBPASSWD={DBPASSWD},DJANGO_SETTINGS_MODULE="gestioCOF.settings_dev" directory=/vagrant/ redirect_stderr=true autostart=true autorestart=true stopasgroup=true user=ubuntu