docker-scripts/linux/ecosystem/torrust-index/supervisor.conf
STAM 30940e2784
v01062023 (#96)
* torrust-tracker

wip

tt


ее

* make - autocommit

* Donations

* stretch fix

* nginx

* jessie fix

* sentry fix

* P4_DOWNLOAD_URL
2023-06-08 00:53:17 +03:00

14 lines
358 B
Plaintext

[supervisord]
nodaemon=true
[program:nginx]
command=/usr/sbin/nginx -g 'daemon off;'
killasgroup=true
stopasgroup=true
redirect_stderr=true
[program:torrust-index-backend]
directory=/app/bin
command=/bin/bash -c "/app/bin/torrust-index-backend"
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log