11 lines
221 B
Text
11 lines
221 B
Text
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:nginx]
|
|
command=nginx
|
|
directory=/etc/nginx
|
|
|
|
[program:docker-gen]
|
|
command=./docker-gen -watch -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/sites-enabled/default
|
|
directory=/app
|
|
|