Full-stack IP address management system with separate MySQL, NestJS backend, and Next.js frontend services.
Full-stack IP address management system with separate MySQL, NestJS backend, and Next.js frontend services.
This template deploys three separate services automatically:
mysql: MySQL 8.0 with persistent storage.backend: NestJS API built from this repository root with an inline Dockerfile.frontend: Next.js UI built from this repository root with an inline Dockerfile.You do not need to choose backend/ or frontend/ as a root directory. Deploy this YAML as a Zeabur template instead of importing the repository as a normal single Git service.
FRONTEND_DOMAIN.BACKEND_DOMAIN.HEROUI_AUTH_TOKEN with your HeroUI Pro CI/CD token.DATABASE_URL from the MySQL service and runs npm run db:push before starting./api by default and proxies requests to the backend service through API_PROXY_TARGET.