Skip to content

deschutesdesigngroupllc/cloud-server

Repository files navigation

Deschutes Design Group LLC Cloud Server

Build Status Node version npm version

Description

A highly-available, scalable web application built on NodeJs, deployed with Amazon Web Services, to provide an API accessible database service. Using Nginx as a reverse proxy, MongoDb as our NoSQL database, our cloud server provides backend services for several of our web and mobile applications.

DOCKER

Building

The docker container image can be built using the following command.

docker build -t cloud-server .

Running

docker run -d --name cloud-server -p 80:1337 cloud-server

Stopping

docker stop cloud-server

Inspecting NodeJs Runtime

docker exec -it cloud-server pm2 show cloud-server

Removing a container

docker rm <container id|name>

About

Deschutes Design Group LLC's cloud server deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published