Gurucool_Test / supervisord.conf
ashwinR's picture
Update supervisord.conf
374a95b
raw
history blame
218 Bytes
[supervisord]
nodaemon=true
user=root
[program:redis]
command=redis-server
[program:postgresql]
command=service postgresql start
[program:uvicorn]
command=uvicorn app:app --host 0.0.0.0 --port 7860
autorestart=true