HieronyM / Bacapesat-s-Blog

Bacapesat blog using Dockerized Ghost + Letsencrypt nginx proxy companion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bacapesat-s-Blog

Introduction

This Bacapesat blog using Dockerized Ghost + Letsencrypt nginx proxy companion

You can see the detail for each in:

Requirement

Run Instructions

  1. Move to proxy folder by run cd proxy and then run letsencrypt nginx proxy container using docker-compose
docker-compose build && docker-compose up -d
  1. Move to app folder by run cd app and then run the ghost app container using docker-compose
docker-compose build && docker-compose up -d
  1. Finish

Notes

Make sure you edit docker-compose of app (https://github.com/HieronyM/Bacapesat-s-Blog/blob/master/app/docker-compose.yml) and change the VIRTUAL_HOST, LETSENCRYPT_HOST with your blog url. and change LETSENCRYPT_EMAIL with your email

About

Bacapesat blog using Dockerized Ghost + Letsencrypt nginx proxy companion


Languages

Language:Dockerfile 100.0%