File size: 378 Bytes
82142f7
 
 
da725d6
 
 
82142f7
 
da725d6
 
 
 
82142f7
da725d6
 
82142f7
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[supervisord]
nodaemon=true

[program:postgresql]
command=/usr/lib/postgresql/13/bin/postgres -D /var/lib/postgresql/13/main -c config_file=/etc/postgresql/13/main/postgresql.conf
autostart=true
autorestart=true

[program:redis]
command=redis-server
autostart=true
autorestart=true

[program:app]
command=uvicorn app:app --host 0.0.0.0 --port 80
autostart=true
autorestart=true