Docker - KeystoneJS - Mongodb - nginx boilerplate for easy deployment
- Docker containers config
- KeystoneJS config
- Mongodb setup and access
- nginx setup container and config
- CD/CI Jenkins integration
- 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
- Install Docker.
- Run
docker-compose up
. - That's it.
An isolated KeystoneJS service that exposes a simple API to any future frontend developers.
The default user is
[email protected]
with passwordadmin
Linux/Mac: Go to http://localhost:3000/keystone to get started.