Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 893 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 893 Bytes

Keystone Docker Boilerplate

Docker - KeystoneJS - Mongodb - nginx boilerplate for easy deployment

Features

  • Docker containers config
  • KeystoneJS config
  • Mongodb setup and access
  • nginx setup container and config
  • CD/CI Jenkins integration

Benifits

  • Anyone can contribute to your project locally without having to setup/install all dependencies
  • Dev enviroment is the same as production enviroment
  • Quickly get your keystone project up and runing

Getting started:

  1. Install Docker.
  2. Run docker-compose up.
  3. That's it.

An isolated KeystoneJS service that exposes a simple API to any future frontend developers.

The default user is [email protected] with password admin


Linux/Mac: Go to http://localhost:3000/keystone to get started.