https://github.com/gymitoso/docker-ghost-blog
Your Ghost blog with Docker
https://github.com/gymitoso/docker-ghost-blog
docker docker-compose ghost ghost-blog nginx ssl-certificate
Last synced: 2 months ago
JSON representation
Your Ghost blog with Docker
- Host: GitHub
- URL: https://github.com/gymitoso/docker-ghost-blog
- Owner: gymitoso
- Created: 2017-10-10T01:36:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T01:36:44.000Z (over 8 years ago)
- Last Synced: 2025-03-27T14:55:10.749Z (about 1 year ago)
- Topics: docker, docker-compose, ghost, ghost-blog, nginx, ssl-certificate
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#docker-ghost-blog
A docker composition of GHOST, NGINX with SSL termination and MYSQL database.
## Requirements
- Docker https://www.docker.com/
- Docker-Compose https://docs.docker.com/compose/
- A server
- A domain
- An SSL certificate and key
- An email account (SMTP service)
## How to run
1. Clone this project to your server
2. Add your SSL certificate and key to nginx/ssl/
3. Set the server_name and ssl_certificate in nginx/default.conf
4. Edit database settings in docker-compose.yml
5. Edit settings in ghost/config.production.json
- Blog domain
- Database settings
- Email settings
6. Run ```docker-compose up -d```
7. Check https://yourUrl.com/ (if your domain's DNS is point to your server)