Gurucool_Test / supervisord.conf
ashwinR's picture
Update supervisord.conf
c81eec3
[supervisord]
logfile=/tmp/supervisord.log ; (main log file; default $CWD/supervisord.log)
[supervisord]
nodaemon=true
[program:redis]
command=redis-server
[program:postgresql]
command=/usr/lib/postgresql/12/bin/postgres -D /var/lib/postgresql/12/main -c config_file=/etc/postgresql/12/main/postgresql.conf
[program:uvicorn]
command=/app/start.sh
autorestart=true