alnoda-workspaces/workspaces/workspace-in-docker/supervisord-theia.conf
2021-07-30 12:18:29 +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