Feat: started CI/CD work
This commit is contained in:
11
supervisord.conf
Normal file
11
supervisord.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
[supervisord]
|
||||
nodaemon=false
|
||||
|
||||
[program:mybot]
|
||||
command=python main.py
|
||||
directory=/app
|
||||
user=root
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stderr_logfile=/app/bot_err.log
|
||||
stdout_logfile=/app/bot_out.log
|
||||
Reference in New Issue
Block a user