11 lines
168 B
Plaintext
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
|