websoft9/docker/w9apphub/config/supervisord.conf

12 lines
194 B
Plaintext
Raw Normal View History

2023-04-04 09:22:26 +08:00
[supervisord]
2023-09-18 17:13:15 +08:00
2023-04-04 09:22:26 +08:00
nodaemon=false
2023-09-19 14:32:20 +08:00
[supervisorctl]
2023-04-04 09:22:26 +08:00
2023-09-18 17:13:15 +08:00
[program:apphub]
2023-09-19 14:32:20 +08:00
command=uvicorn app.main:app --reload --host 0.0.0.0 --port 8080 --log-level info
2023-04-04 09:22:26 +08:00
autostart=true
2023-09-18 17:13:15 +08:00
directory=/usr/websoft9/apphub