Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rririanto/docker-compose-ghost
Docker-compose for ghost platform with SSL/HTTPS support, secure SMTP email support, and MySQL database.
https://github.com/rririanto/docker-compose-ghost
docker docker-compose ghost ghost-blog ghost-cms nginx-proxy smtp
Last synced: 7 days ago
JSON representation
Docker-compose for ghost platform with SSL/HTTPS support, secure SMTP email support, and MySQL database.
- Host: GitHub
- URL: https://github.com/rririanto/docker-compose-ghost
- Owner: rririanto
- Created: 2020-07-30T07:41:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T16:04:30.000Z (over 4 years ago)
- Last Synced: 2024-11-07T08:48:14.382Z (about 2 months ago)
- Topics: docker, docker-compose, ghost, ghost-blog, ghost-cms, nginx-proxy, smtp
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### docker-ghost-platform
Quick start docker compose that run Ghost blog, [Nginx proxy](https://github.com/nginx-proxy/nginx-proxy) with TLS/SSL and MySQL database.
### Run
Install [docker](https://docs.docker.com/get-docker/)
__Create nginx-proxy network__
$ docker network create nginx-proxy
__First Run Nginx-proxy__
$ cd nginx-proxy$ docker-compose up --build -d
__Run Main Ghost__
$ cd ..
$ docker-compose up --build -d
__Finish__
Open your browser: yourdomain.com or localhost
To log in into ghost admin yourdomain.com/ghost or localhost/ghost