🚀 Auto-deploy: BotVPS atualizado em 27/03/2026 21:38:16

This commit is contained in:
2026-03-27 21:38:16 +00:00
parent 43332e6c06
commit b2904a2f9f
3 changed files with 5 additions and 4 deletions

View File

@@ -2,11 +2,11 @@ module.exports = {
apps: [
{
name: "botvps-api",
script: "/usr/local/bin/uvicorn",
args: "main:app --host 0.0.0.0 --port 8000",
script: "main.py",
interpreter: "python3",
cwd: "/root/Apps/BotVPS",
env: {
PORT: "8001",
NODE_ENV: "production",
},
restart_delay: 3000