Skip to content

Blog service using next.js, strapi with docker, nginx, mysql, circleci,docker-hub, aws-ecs, aws-alb, aws-s3, others..

Notifications You must be signed in to change notification settings

SimDaeSoo/develop-story

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Develop Story

image
Blog Service for develop history, diary
this service used next.js, strapi, docker, circleci, toast-ui-editor2.0, aws-ecs, and more...

Before development mode Run

please remove /strapi/config/plugin.js because developmode does't using aws-s3

How To Run

Mac OSX & Linux

# Develop Mode
# just typping docker-compose up! then service be running
$ docker-compose up --build
$ docker-compose run strapi bash -c "yarn cli setProvider" # for google provider

Windows

# Develop Mode
# please change shell file type 'CRLF' to 'LF'
# show this - https://blog.thecraftingstrider.net/posts/tech/2019.09/vscode-line-endings-and-bash-script/ 
$ docker-compose up
$ docker-compose run strapi bash -c "yarn cli setProvider" # for google provider

Tools & Environments...

Docker

image

Node.js Image v12.x.x LTS

image

Next.js v9.5.2

image

StrAPI (v3.1.4)

image

AWS (ECS, S3, Route53, ALB, EC2, more...)

image

CircleCI (Build & Deploy)

image

Development Documents