mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-04-28 19:41:01 +00:00
13 lines
663 B
Text
13 lines
663 B
Text
[program:converter]
|
|
command=/var/www/COMPANY_NAME/documentserver/server/FileConverter/converter
|
|
directory=/var/www/COMPANY_NAME/documentserver/server/FileConverter
|
|
user=ds
|
|
environment=NODE_ENV=production-linux,NODE_CONFIG_DIR=/etc/COMPANY_NAME/documentserver,NODE_DISABLE_COLORS=1,APPLICATION_NAME=COMPANY_NAME,LD_LIBRARY_PATH=/var/www/COMPANY_NAME/documentserver/server/FileConverter/bin
|
|
stdout_logfile=/var/log/COMPANY_NAME/documentserver/converter/out.log
|
|
stdout_logfile_backups=0
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/var/log/COMPANY_NAME/documentserver/converter/err.log
|
|
stderr_logfile_backups=0
|
|
stderr_logfile_maxbytes=0
|
|
autostart=true
|
|
autorestart=true
|