[supervisord] nodaemon=true logfile=/usr/src/app/logs/supervisord.log [program:nginx] command=nginx -c /usr/src/app/docker/nginx.conf -p /usr/src/app [program:app_server] directory=/usr/src/app command=gunicorn -b 127.0.0.1:8001 giteamigrate.wsgi [program:background_worker] directory=/usr/src/app command=python manage.py runworkers stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0