[supervisord] nodaemon=true logfile=/app/logs/supervisord.log pidfile=/tmp/supervisord.pid user=ophion [program:ophion-server] command=/app/bin/ophion-server directory=/app autostart=true autorestart=true stdout_logfile=/app/logs/server.log stderr_logfile=/app/logs/server.error.log environment=PORT="%(ENV_SERVER_PORT)s" [program:ophion-web] command=npm start directory=/app/web autostart=true autorestart=true stdout_logfile=/app/logs/web.log stderr_logfile=/app/logs/web.error.log environment=PORT="%(ENV_DASHBOARD_PORT)s" [group:ophion] programs=ophion-server,ophion-web