alnoda-workspaces/workspaces/ide-workspace/supervisord-theia.conf
2022-05-08 21:53:53 +00:00

15 lines
289 B
Plaintext

[program:theia]
directory=/opt/theia
command=/bin/sh -c " . env/bin/activate && node /opt/theia/src-gen/backend/main.js --hostname=0.0.0.0 --port=8025 /home "
stderr_logfile = /var/log/theia/theia-stderr.log
stdout_logfile = /var/log/theia/theia-stdout.log
logfile_maxbytes = 1024