An open API service indexing awesome lists of open source software.

https://github.com/osint-services/platform

Platform to combine multiple micro-services into one.
https://github.com/osint-services/platform

docker microservice nginx osint platform python

Last synced: 7 months ago
JSON representation

Platform to combine multiple micro-services into one.

Awesome Lists containing this project

README

          

# 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

- [`docker`](https://www.docker.com/)

## 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