Ghost Docker Documentation
Introduction
A simple way to spin up a Ghost site using MySQL as the backend and docker-compose.
All data stays local in directory:
mysqlfor all DB data.contentfor all Ghost related data.
Installation
- Clone the repo.
git clone https://github.com/tquizzle/ghost-docker.git- Rename the
.env.sampleto.envand change the vars ghost_url= Your http(s) addressghost_port= Your port to run Ghost ondb_user= Ghost DB userdb_pass= Ghost DB passworddb_db= Ghost DB namemysql_root_pass= mysql root passwordmail_transport= SMTP mail transport method (e.g. SMTP)smtp_host= SMTP mail hostsmtp_port= SMTP mail portsmtp_from= SMTP mail from addresssmtp_user= SMTP mail user configuration,smtp_password= SMTP mail password
Usage
License
This project is licensed under the Apache License 2.0. Refer to the license for information specific.
