Added BullBoard to the application to provide a visual interface for monitoring background job queues, accessible on port 3001. The integration utilizes @bull-board/api and @bull-board/express, and includes necessary updates to the Docker setup and port mapping to ensure proper access. This will significantly improve observability and debugging for our queue-based tasks. Queue Monitoring Made Easy

Integrated BullBoard for queue visibility and monitoring - subh05sus/code-excecutor