10K+
BuildNinja is a powerful Continuous Integration and Continuous Delivery (CI/CD) platform designed to automate the entire software development lifecycle. This Docker image contains the BuildNinja server component that orchestrates builds, manages deployments, and provides a centralized dashboard for monitoring your CI/CD pipelines.
Quick Start:
docker pull grapehub/buildninja-server:tag
docker run -d -p 8800:8800 --name buildninja-server \
-e BN_SERVER_PORT=8800 \
-e BN_SERVER_MONGOURI=mongodb://<your-current-machine-ip>:27017 \
-e BN_SERVER_MONGODB=bn_server_stage \
grapehub/buildninja-server:tag
Requirements:
Access: Open http://localhost:8800 (Default login: root/root@123)
Documentation: BuildNinja Overview
Support: [email protected]
Content type
Image
Digest
sha256:1d585b070…
Size
322.8 MB
Last updated
about 1 month ago
docker pull grapehub/buildninja-server