Getting Started

Getting started

Installation Requirements

  • Docker (latest) with compose

  • MongoDB (latest)

  • Git

Deployment

  • Clone the project on the desired swarm endpoint

  • Create a MongoDB instance for usage by the gateway

  • Edit the docker-compose.yaml with details of your SSL certificats, mongoDB credentials, and swarm node location

  • run "docker compose up"

Last updated