Update supervisord.conf

This commit is contained in:
赵璟 2024-10-15 11:03:29 +08:00 committed by GitHub
parent a215105940
commit ab50ebd06b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ loglevel=info
user=root user=root
[program:apphub] [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 autostart=false
user=root user=root
directory=/websoft9/apphub directory=/websoft9/apphub
@ -38,4 +38,4 @@ stderr_logfile_maxbytes=0
command=uvicorn src.media:app --host 0.0.0.0 --port 8081 command=uvicorn src.media:app --host 0.0.0.0 --port 8081
autostart=true autostart=true
user=root user=root
directory=/websoft9/apphub directory=/websoft9/apphub