Files
voyage/backend/supervisord.conf
2025-03-21 12:02:23 -04:00

11 lines
168 B
Plaintext

[supervisord]
nodaemon=true
[program:nginx]
command=/usr/sbin/nginx -g "daemon off;"
autorestart=true
[program:gunicorn]
command=/code/entrypoint.sh
autorestart=true