6c0c7085c9
* Add supervisor services * Add installation of the DOCKER_INSTALLATION variable
14 lines
553 B
Plaintext
14 lines
553 B
Plaintext
[program:docservice]
|
|
command=/var/www/COMPANY_NAME/documentserver/server/DocService/docservice
|
|
directory=/var/www/COMPANY_NAME/documentserver/server/DocService
|
|
user=ds
|
|
environment=NODE_ENV=production-linux,NODE_CONFIG_DIR=/etc/COMPANY_NAME/documentserver,NODE_DISABLE_COLORS=1
|
|
stdout_logfile=/var/log/COMPANY_NAME/documentserver/docservice/out.log
|
|
stdout_logfile_backups=0
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/var/log/COMPANY_NAME/documentserver/docservice/err.log
|
|
stderr_logfile_backups=0
|
|
stderr_logfile_maxbytes=0
|
|
autostart=true
|
|
autorestart=true
|