Skip to content

Dcrtang/SCUT-monitoring-system

Repository files navigation

SCUT-monitoring-system

Docker Build & Publish

Getting started

Prerequisites

  • docker

  • docker-compose

Install Docker

curl -sSL https://get.daocloud.io/docker -o docker-install.sh
chmod +x docker-install.sh
sudo ./docker-install.sh --mirror Aliyun
curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361db2.m.daocloud.io

Boot up the system

  1. Clone the project

    git clone https://github.com/Dcrtang/SCUT-monitoring-system.git
  2. Start services

    cd SCUT-monitoring-system
    sudo docker compose -f docker-compose.yaml up -d

Operations

  • Stopping services

    cd SCUT-monitoring-system
    sudo docker compose -f docker-compose.yaml down
  • Updating services

    cd SCUT-monitoring-system
    sudo docker compose -f docker-compose.yaml pull

For single bridge version

Just replace the -f docker-compose.yaml args with -f docker-compose-single-bridge.yaml, it will work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors