summaryrefslogtreecommitdiff
path: root/docker-compose.yml
AgeCommit message (Collapse)Author
27 hoursfeat: add news-collector service to Docker ComposeTheSiahxyz
48 hoursfix: snapshot delay, env fields, alembic creds, API healthcheck and error ↵TheSiahxyz
handling
2 daysfeat: add FastAPI REST API serviceTheSiahxyz
2 daysfeat(monitoring): add Grafana dashboard provisioningTheSiahxyz
2 daysfeat(monitoring): add Loki + Promtail for log aggregationTheSiahxyz
2 daysfix: resolve critical deployment blockersTheSiahxyz
- Add Alembic initial migration (6 tables: candles, signals, orders, trades, positions, portfolio_snapshots) - Expose health ports (8080-8083) in docker-compose with healthchecks - Add numpy dependency to strategy-engine pyproject.toml
2 daysfeat(shared): add health checks and Prometheus metricsTheSiahxyz
2 daysfeat: initial trading platform implementationTheSiahxyz
Binance spot crypto trading platform with microservices architecture: - shared: Pydantic models, Redis Streams broker, asyncpg DB layer - data-collector: Binance WebSocket/REST market data collection - strategy-engine: Plugin-based strategy execution (RSI, Grid) - order-executor: Order execution with risk management - portfolio-manager: Position tracking and PnL calculation - backtester: Historical strategy testing with simulator - cli: Click-based CLI for all operations - Docker Compose orchestration with Redis and PostgreSQL - 24 test files covering all modules