alnoda-workspaces/workspaces/infra-workspace/supervisord-infra.conf

11 lines
318 B
Text
Raw Normal View History

2021-08-18 08:11:50 +12:00
[program:ara]
directory=/home
command=/bin/sh -c " ara-manage runserver 0.0.0.0:8029 "
stderr_logfile = /var/log/ara/stderr.log
stdout_logfile = /var/log/ara/arastdout.log
logfile_maxbytes = 1024
[program:blast-radius]
directory=/home/terraform
command=/bin/sh -c " blast-radius --serve --port 8030 /home/terraform "