Drakkar-Software / OctoBot

Open source crypto trading bot
https://www.octobot.cloud
GNU General Public License v3.0
3.27k stars 755 forks source link

Does octobot support multi-tenancy ? #2724

Open shubhamraut41 opened 1 month ago

GuillaumeDSM commented 1 month ago

If by "multi-tenancy" you mean using multiple exchange accounts, then yes. if you mean 1 OctoBot = a SAS system to run X strategies for Y users, then no

sevenjay commented 6 days ago

but how to? i run by docker, command docker run -itd --name OctoBot -p 80:5001 -v $(pwd)/user:/octobot/user -v $(pwd)/tentacles:/octobot/tentacles -v $(pwd)/logs:/octobot/logs drakkarsoftware/octobot:stable I could setup just only one strategy. or just run more than one docker instance?

Herklos commented 5 days ago

but how to? i run by docker, command docker run -itd --name OctoBot -p 80:5001 -v $(pwd)/user:/octobot/user -v $(pwd)/tentacles:/octobot/tentacles -v $(pwd)/logs:/octobot/logs drakkarsoftware/octobot:stable I could setup just only one strategy. or just run more than one docker instance?

Yes you need multiple docker instances to run multiple strategies as explained at https://www.octobot.cloud/en/guides/octobot-usage/having-multiple-octobots-on-one-computer