[ВОЛК] подключаем бота подписки
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-28 23:20:11 +03:00
parent c8f1cc2595
commit 0cfa26152b
3 changed files with 89 additions and 57 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ After=network.target
[Service]
User=root
WorkingDirectory=/opt/testbot-git
ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5005 --workers 4 wsgi_bot:app
ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5010 --workers 4 wsgi_bot:app
Restart=always
[Install]