mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
Update supervisord.conf
This commit is contained in:
parent
a215105940
commit
ab50ebd06b
@ -7,7 +7,7 @@ loglevel=info
|
||||
user=root
|
||||
|
||||
[program:apphub]
|
||||
command=uvicorn src.main:app --host 0.0.0.0 --port 8080
|
||||
command=uvicorn src.main:app --host 0.0.0.0 --port 8080 --log-config /etc/supervisor/conf.d/logging_config.yaml
|
||||
autostart=false
|
||||
user=root
|
||||
directory=/websoft9/apphub
|
||||
@ -38,4 +38,4 @@ stderr_logfile_maxbytes=0
|
||||
command=uvicorn src.media:app --host 0.0.0.0 --port 8081
|
||||
autostart=true
|
||||
user=root
|
||||
directory=/websoft9/apphub
|
||||
directory=/websoft9/apphub
|
||||
|
Loading…
Reference in New Issue
Block a user