[supervisord] nodaemon=true [program:nginx] command=/usr/sbin/nginx -g "daemon off;" autorestart=true stdout_logfile=/dev/stdout stderr_logfile=/dev/stderr [program:gunicorn] command=/opt/venv/bin/gunicorn main.wsgi:application --bind [::]:8000 --workers 2 --timeout 120 directory=/code autorestart=true stdout_logfile=/dev/stdout stderr_logfile=/dev/stderr stdout_logfile_maxbytes=0 stderr_logfile_maxbytes=0 [program:memcached] command=memcached -u nobody -m 64 -p 11211 autorestart=true stdout_logfile=/dev/stdout stderr_logfile=/dev/stderr stdout_logfile_maxbytes=0 stderr_logfile_maxbytes=0 [program:sync_visited_regions] command=/opt/venv/bin/python /code/run_periodic_sync.py directory=/code autorestart=true stdout_logfile=/dev/stdout stderr_logfile=/dev/stderr stdout_logfile_maxbytes=0 stderr_logfile_maxbytes=0