Gurucool_Test / supervisord.conf
ashwinR's picture
Update supervisord.conf
2d6ff0f
raw
history blame
276 Bytes
[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