Note
This repository is publicly accessible as part of our open-source initiative. We welcome contributions from the community alongside our organization's primary development efforts.
The CLOUDETaiR chatbot API provides the backend services for the cloudetair-chatbot-frontend.
- Builds a containerized API service.
- Pushes the image to GitHub Container Registry.
- Fully automated via GitHub Actions workflows.
- Serves as a reusable base for further customizations.
# Build the container image
docker compose build
# Start the containers in detached mode
docker compose up --detach
# The api will be available at http://localhost:8000
# Stop containers and remove volumes
docker compose down --volumes