hummingbot / deploy

This repository provides various examples of how to deploy Hummingbot using Docker.
Apache License 2.0
79 stars 75 forks source link

Multiple clients does not support same DEX connectors but different wallets #30

Closed rapcmia closed 3 months ago

rapcmia commented 1 year ago

Describe the bug When checking multiple client support for gateway using docker compose, it is not possible use same DEX connector but with different wallets.

Note: Docker compose lets you create multiple instances of client containers but on same volume where gateway is connected.

https://github.com/hummingbot/gateway/assets/73840223/a09ba793-1397-408f-9c31-7c00bbeb0085

Steps To Reproduce

  1. Setup docker compose for multiple_hummingbot_gateway_compose
  2. Setup any DEX connector for both client
  3. Add new wallet on either of the two on same DEX connector
  4. Observe behavior

Release version Master and Development branch