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

https://github.com/ramsailopal/yottadb-node-compose

Docker compose file to deploy YottaDB with M-Gateway service container as well Yottadb nodejs container
https://github.com/ramsailopal/yottadb-node-compose

docker docker-compose mumps node-js yottadb

Last synced: about 2 months ago
JSON representation

Docker compose file to deploy YottaDB with M-Gateway service container as well Yottadb nodejs container

Awesome Lists containing this project

README

          

# AUTHOR

Raman Sailopal

# Background

Docker compose file for the provision of yottadb container with M Gateway Service gateway as well as a nodejs client container with libraries installed to allow connection

# Prerequisites

It is assumed that Docker is running and that Docker compose is installed.

# Usage

Set the repodata variable to point to a directory for code on the host machine:

export repopath="/opt/code"

This will map /opt/code on the host machine to /tmp/mgdbx on the container

Then run the deployment through:

git clone https://github.com/RamSailopal/yottadb-node-compose.git
cd yottadb-node-compose
docker compose up