Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.65 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.65 KB

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: