2 Commits

Author SHA1 Message Date
bnair123
2f065df1e9 Update docker-compose to use pre-built registry images
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m47s
CI/CD Pipeline / build-engine (push) Has been skipped
CI/CD Pipeline / build-ui (push) Has been skipped
- Use gitea.thefetagroup.com/bnair/cryptobot:latest for engine
- Use gitea.thefetagroup.com/bnair/cryptobot-ui:latest for dashboard
- Remove deprecated 'version' field
- Change default DATA_ROOT from /opt/trading/crypto to ./data/
- Add start_period to healthchecks
- Add service dependency conditions
2025-12-27 21:45:30 +04:00
bnair123
6f602c0d19 Add core infrastructure: config, Binance adapter, docs, and auto-setup
- Add Pydantic settings with trading mode validation (paper/testnet/live)
- Implement Binance USDⓈ-M Futures adapter with hedge mode, isolated margin
- Add type definitions for orders, positions, and market data
- Create documentation (PLAN.md, ARCHITECTURE.md, SECURITY.md)
- Add setup.sh with uv/pip auto-detection for consistent dev environments
- Configure Docker multi-stage build and docker-compose services
- Add pyproject.toml with all dependencies and tool configs
2025-12-27 13:28:08 +04:00