mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
12 lines
194 B
Plaintext
12 lines
194 B
Plaintext
[supervisord]
|
|
|
|
nodaemon=false
|
|
|
|
[supervisorctl]
|
|
|
|
|
|
[program:apphub]
|
|
|
|
command=uvicorn app.main:app --reload --host 0.0.0.0 --port 8080 --log-level info
|
|
autostart=true
|
|
directory=/websoft9/apphub/src |