Team15 / supervisord.dev.conf
Gabriel Vidal-Ayrinhac
new containerized unity+api
7d6d833
[supervisord]
nodaemon=true
[program:unity]
command=python3 -m http.server 8080
directory=./WebGLBuild
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:api]
command=fastapi dev server.py --host 0.0.0.0 --port 3000
directory=./src/hackathon/server/
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0