websoft9/docker/apphub/config/supervisord.conf
qiaofeng1227 b780e6d46b apphub
2023-09-20 08:41:37 +08:00

9 lines
155 B
Plaintext

[supervisord]
nodaemon=false
[supervisorctl]
[program:apphub]
command=uvicorn src.main:app --reload --port 8080
autostart=true
directory=/websoft9/apphub