Zeabur Deployment
Zeabur is a cloud deployment platform (PaaS) that provides a simple and fast way to deploy and manage applications. It offers a $5 free credit per month. For details, see Zeabur Pricing
1. Register a Zeabur Account
- Visit the Zeabur official website and click the "Sign Up" button.
- Fill in your email, username, and password to complete the registration.
- Log in to your Zeabur account.
2. Create a New Project
- On the Zeabur platform, click the "New Project" button.
- Enter the project name, such as "KiraAI", and click the "Create" button.
3. Deploy KiraAI
- On the project page, click the "Deploy" button.
- Select "Deploy from Docker Image".
- Enter the Docker image URL for KiraAI:
xxynet/kira-ai:latest - Map ports: Map container port 5267 to host port 5267.
- Volume: Mount the
datadirectory to the container's/app/datadirectory. - Click the "Deploy" button.