mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
12 lines
268 B
Text
12 lines
268 B
Text
[supervisord]
|
|
nodaemon=false
|
|
|
|
[program:appmanage]
|
|
command=uvicorn main:get_app --host 0.0.0.0 --port 5000 --log-level info
|
|
autostart=true
|
|
directory=/usr/src/app
|
|
|
|
[program:job]
|
|
command=rq worker --url redis://websoft9-redis:6379/0
|
|
autostart=true
|
|
directory=/usr/src/app
|