Skip to content

osint-services/platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

platform

Stands up multiple microservice so they can be contacted using a single URI with nginx and docker. Each service is stored as a git submodule, view each service for more information on that particular feature.

Requirements

How to run

  1. docker build -t platform . # assuming you are building from this directory with the Dockerfile
  2. docker run -p 80:80 platform # starts the services on port 80

Releases

No releases published

Packages

No packages published