websoft9/docker/w9apphub/config/supervisord.conf
2023-09-19 14:32:20 +08:00

12 lines
194 B
Plaintext

[supervisord]
nodaemon=false
[supervisorctl]
[program:apphub]
command=uvicorn app.main:app --reload --host 0.0.0.0 --port 8080 --log-level info
autostart=true
directory=/usr/websoft9/apphub