websoft9/docker/apphub/config/supervisord.conf

9 lines
155 B
Plaintext
Raw Normal View History

2023-04-04 09:22:26 +08:00
[supervisord]
nodaemon=false
2023-09-19 14:32:20 +08:00
[supervisorctl]
2023-09-18 17:13:15 +08:00
[program:apphub]
2023-09-19 18:53:05 +08:00
command=uvicorn main:app --reload --port 8080
2023-04-04 09:22:26 +08:00
autostart=true
2023-09-19 15:40:14 +08:00
directory=/websoft9/apphub/src