summaryrefslogtreecommitdiff
path: root/docker-compose.yml
AgeCommit message (Collapse)Author
16 hoursfeat: add news-collector service to Docker ComposeTheSiahxyz
37 hoursfix: snapshot delay, env fields, alembic creds, API healthcheck and error ↵TheSiahxyz
handling
37 hoursfeat: add FastAPI REST API serviceTheSiahxyz
37 hoursfeat(monitoring): add Grafana dashboard provisioningTheSiahxyz
37 hoursfeat(monitoring): add Loki + Promtail for log aggregationTheSiahxyz
38 hoursfix: 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
38 hoursfeat(shared): add health checks and Prometheus metricsTheSiahxyz
38 hoursfeat: 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