Files
AI-Trader/docs
Bill 2f2c1d6ea2 feat: simplify Docker config file selection with convention over configuration
Implement automatic detection of custom_config.json for simpler Docker usage.
No environment variables or command-line arguments needed for most users.

Changes:
- entrypoint.sh: Add smart config detection (custom_config.json > CLI arg > default_config.json)
- docker-compose.yml: Add configs volume mount for editing without rebuilds
- docs/DOCKER.md: Update documentation with simplified workflow
- .gitignore: Add custom_config.json to prevent accidental commits

Usage:
  cp configs/default_config.json configs/custom_config.json
  nano configs/custom_config.json
  docker-compose up  # Automatically uses custom_config.json

Simplifies user experience by following convention over configuration principle.
2025-10-30 22:34:22 -04:00
..
2025-10-28 21:17:43 +08:00
2025-10-28 21:17:43 +08:00
2025-10-24 00:35:21 +08:00
2025-10-24 00:35:21 +08:00
2025-10-28 21:37:24 +08:00
2025-10-26 00:27:07 -07:00
2025-10-30 20:26:18 -04:00