Backend orchestrator responsible for API handling, cron jobs, external API integration, and delegating AI inference requests.
docker-compose가 ai-server 레포를 상대경로로 참조하므로, 반드시 아래 구조로 클론해야 합니다.
workspace/
├── backend-core/ # git clone https://github.com/bid-weather/backend-core.git
└── ai-server/ # git clone https://github.com/bid-weather/ai-server.git
cd backend-core
docker compose up -d --build