mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 05:05:17 +02:00
11 lines
168 B
Text
11 lines
168 B
Text
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
|
||
|
[program:nginx]
|
||
|
command=/usr/sbin/nginx -g "daemon off;"
|
||
|
autorestart=true
|
||
|
|
||
|
[program:gunicorn]
|
||
|
command=/code/entrypoint.sh
|
||
|
autorestart=true
|