api-sandbox/usr/etc/supervisor/files/conf_old
2025-04-22 18:06:11 +03:00

8 lines
373 B
Text

[program:{{project}}.{{branch}}]
user=root
command=bash {{rootpath}}/{{project}}.{{domain}}/scripts/gunicorn.sh
stdout_logfile={{rootpath}}/{{project}}.{{domain}}/logs/supervisor/out.log
stderr_logfile={{rootpath}}/{{project}}.{{domain}}/logs/supervisor/err.log
stdout_logfile={{projectroot}}/logs/supervisor/out.log
stderr_logfile={{projectroot}}/logs/supervisor/err.log