Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 521 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 521 Bytes

Fetches crypto exchanges candles (K-lines) and saves it to a Postgres database

Supported exchanges

  • Binance
  • Bybit
  • Gateio
  • Huobi
  • Kucoin
  • Mexc
  • Okx
  • Poloniex

Prepare for launch

cp .env.example .env

Change the values in the .env file to your own

Running the app

docker compose -p cc -f docker-compose.yml build
docker compose --env-file .env -p cc -f docker-compose.yml up -d --remove-orphans

Stop the app

docker compose -p cc -f docker-compose.yml down