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.
- Host: GitHub
- URL: https://github.com/osint-services/platform
- Owner: osint-services
- License: gpl-3.0
- Created: 2024-12-12T18:27:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T20:30:33.000Z (about 1 year ago)
- Last Synced: 2025-08-03T14:40:56.568Z (8 months ago)
- Topics: docker, microservice, nginx, osint, platform, python
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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