websoft9/docker/apphub/config/supervisord.conf
2023-10-18 15:25:03 +08:00

14 lines
296 B
Plaintext

[supervisord]
nodaemon=false
[program:apphub]
command=uvicorn src.main:app --host 0.0.0.0 --port 8080 --log-level error
autostart=false
directory=/websoft9/apphub
[program:apphubdev]
command=/developer.sh
autostart=false
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0