Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.3 KB

README.md

File metadata and controls

47 lines (34 loc) · 2.3 KB

Chefdog dev adventures: Docker, Docker Compose, keystonejs 6, Azure and NextJS

1. Introduction

This repo is an howto get Keystone6 up and running in a docker container, setup a blog in keystone, add a frontend and deploy to azure. It is a work in progress repo and it is done when it is done.

Now I am sure that there a many solutions and that there are better solutions as what I am presenting here. But I tried many approaches and used a couple of guides, none of them worked with Keystone6. This guide provides a working solution for keystone6 and docker.

2. Requirements

Visual Studio Code extensions:

3. Project setup

This development adventures series, consists of a couple folders.

  • _docs; the markdown files
  • _sources; free images that are used. Images are downloaded from vecteezy.com
  • chefdog.keystone; the CMS
  • chefdog.frontend; the nextjs website
  • chefdog.postgres; sql files

The frontend was based on Landing page

4. Table of contents