Skip to content

A simple incident report system with a mock monitoring backend

Notifications You must be signed in to change notification settings

dxghost/incident-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dk-incident-report

A simple incident report system with a mock monitoring backend

Usage

Suppose you already have installed docker, docker-compose and other common requirements, follow these steps.

  1. Create environment files named .env.dev in both backend projects root directory and add values required. (check Reporter service documents and Monitoring service documents)

  2. Make sure there is no process occupying these ports

  • 80 as it is used by frontend
  • 8000 as it is used by reporter service
  • 8001 as it is used by monitoring service
  1. Build and run using compose file
docker-compose -f docker-compose.dev.yaml build
docker-compose -f docker-compose.dev.yaml up
  1. Open a browser and go to http://localhost

demo