postiz/var/docker/supervisord/backend.conf

11 lines
200 B
Plaintext

[program:backend]
directory=/app
command=npm run start:prod
autostart=true
autorestart=false
redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
startsecs=10
environment=PORT=3000