1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 05:05:17 +02:00
AdventureLog/backend/supervisord.conf

14 lines
204 B
Text
Raw Normal View History

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