revert chore: remove unused Alembic and supervisor config
This commit is contained in:
2026-07-18 06:27:44 +00:00
parent f328fdc705
commit 47f57ae2ba
5 changed files with 110 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# supervisorctl
[program:dj_shop]
directory=/root/autoshopDjimbo/
command=python3.11 -u main.py
environment=PYTHONUNBUFFERED="1"
autostart=True
autorestart=True
stderr_logfile=/root/autoshopDjimbo/tgbot/data/sv_log_err.log
stderr_logfile_maxbytes=50MB
stdout_logfile=/root/autoshopDjimbo/tgbot/data/sv_log_out.log
stdout_logfile_maxbytes=50MB