Skip to main content

Docker Compose Deploy Guide

This document describes how to deploy the FeatureProbe service.

Requirements

  • Docker 17+
  • Recommendation: 2-core CPU/4G memory and above

Deploy FeatureProbe Service

一、Standalone

Get up and running on Linux/Unix/Mac quickly with docker-compose.

Setps:

  1. Make sure you have git and docker installed.
  2. For users in Mainland China, please refer to configure mirror to speed up your download.
  3. Clone the repository to your server and boot up the services
    git clone https://gitee.com/featureprobe/FeatureProbe.git
    cd FeatureProbe
    docker compose up
  4. Go to UI/Portal at http://localhost:4009 and use the default credentials to log in.
    • username: admin
    • password: Pass1234