mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 17:40:35 +08:00
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
[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
|