mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
Update supervisord.conf
This commit is contained in:
parent
a215105940
commit
ab50ebd06b
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue