Skip to content

Create a blog with strapi (open source headless CMS) and gatsbyjs !

Notifications You must be signed in to change notification settings

wizardstech/codex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex

Create a blog with strapi (open source headless CMS) and gatsbyjs !

Requirements

Copy .env.dist to .env

Environment variables

Environment variable Project Default Description
SERVER_PORT Strapi 1338 set the exposed strapi port
POSTGRES_USER Postgres root set the user of the postgres database
POSTGRES_PASSWORD Postgres root set the password of the postgres database
POSTGRES_DB Postgres codex-postgres set the name of the postgres database
POSTGRES_PORT Postgres 5667 set the exposed port of the postgres database
BLOG_PORT Gatsbyjs 8082 set the exposed port of the gastbyjs blog

Install & launch

docker-compose up

If you kepts the default environmnet variables values, you can reach:

Credits

A great thanks to these articles and their author(s) for helping us on this project:

About

Create a blog with strapi (open source headless CMS) and gatsbyjs !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published