Add standalone bonus bot service

This commit is contained in:
Ruslan Bakiev
2026-04-07 10:48:44 +07:00
parent a7013e5fcf
commit e2f46f0fdd
5 changed files with 7 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -16,3 +16,6 @@
[submodule "max-bot"]
path = max-bot
url = git@gitea.dsrptlab.com:fregat/max-bot.git
[submodule "bonus-bot"]
path = bonus-bot
url = git@gitea.dsrptlab.com:fregat/bonus-bot.git

1
bonus-bot Submodule

Submodule bonus-bot added at a1333e6ff2

View File

@@ -6,6 +6,7 @@ version = 1
"hatchet-worker" = { deploy_mode = "dokploy_webhook", server = "main" }
"tg-bot" = { deploy_mode = "dokploy_webhook", server = "main" }
"max-bot" = { deploy_mode = "dokploy_webhook", server = "main" }
"bonus-bot" = { deploy_mode = "dokploy_webhook", server = "main" }
"vault" = { deploy_mode = "dokploy_webhook", server = "main" }
[servers]