This repository has been archived on 2025-01-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-05-03 19:53:01 +03:00
|
|
|
{
|
|
|
|
|
apps:
|
|
|
|
|
[{
|
|
|
|
|
name: "Koteika",
|
|
|
|
|
script: "bot.py",
|
|
|
|
|
exec_mode: "fork",
|
|
|
|
|
instances: "1",
|
|
|
|
|
wait_ready: true,
|
|
|
|
|
autorestart: false,
|
|
|
|
|
max_restarts: 5,
|
2023-05-03 20:35:58 +03:00
|
|
|
interpreter : ".venv/bin/python"
|
2023-05-03 19:53:01 +03:00
|
|
|
}]
|
|
|
|
|
}
|