File size: 368 Bytes
c81eec3
 
 
82142f7
 
 
da725d6
 
82142f7
374a95b
82fc6a3
374a95b
 
82fc6a3
82142f7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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