dalabsai/da-discovery-dev
0
1---2title: da-discovery (dev)3emoji: 🔧4colorFrom: blue5colorTo: green6sdk: docker7app_port: 80808---9 10# da-discovery - dev Environment11 12This is the da-discovery microservice deployed in the dev environment using a pre-built Docker container.13 14## Features15 16- RESTful API endpoints17- Health monitoring via Actuator18- JWT authentication integration19- PostgreSQL database connectivity20 21## Container Information22 23- **Base Image**: `docker.io/ahadoop/da-discovery:dev`24- **Registry**: docker.io25- **Build**: Pre-built JAR with Java 21 JRE26- **Port**: 808027 28## API Documentation29 30Once deployed, API documentation will be available at:31- Swagger UI: https://huggingface.co/spaces/dalabsai/da-discovery-dev/swagger-ui.html32- Health Check: https://huggingface.co/spaces/dalabsai/da-discovery-dev/actuator/health33 34## Environment35 36- **Environment**: dev37- **Port**: 808038- **Java Version**: 2139- **Framework**: Spring Boot40 41## Deployment42 43This service is automatically deployed via the DALab CI/CD pipeline using pre-built Docker containers.44 45Last updated: 2025-06-18 22:23:3746 