ghost-cms
                                
                                
                                
                                    ghost-cms copied to clipboard
                            
                            
                            
                        Clean Ghost CMS + Docker (development & production)
Ghost CMS + Docker Compose
These are some reassons why use this Docker Compose in your production environment.
βοΈ 1 command to install
π¨βπ» Ready to production and local development
β‘ Performance Optimized
π SSL auto-renewed
Stack
- Ghost CMS (Last version)
 - MySQL 5.7
 - NGINX
 - Docker
 
How start using Digital Ocean?
You can prepare a simple $5 Droplet to run it, using my link I'm giving $100 to start your server.
Then copy this command below and change the mydomain.com to your domain and run it inside your new server. Make sure that your domain is pointing to your server IP.
apt update -y && apt install curl git -y
curl -s https://raw.githubusercontent.com/clean-docker/ghost-cms/master/dc | bash -s setup mydomain.com
How start using locally?
In your local environment you need to have installed:
- Docker
 - Docker Compose
 
After clone this repository, you can access the dev folder to be able to run the local dev environment using this command below.
git clone https://github.com/clean-docker/ghost-cms.git ghost
cd ghost/dev
docker-compose up -d
πDone! Access your https://localhost/ghost to access the admin panel and create your account.
Commands
| Commands | Description | 
|---|---|
./dc start | 
Start your containers | 
./dc stop | 
Stop all containers | 
./dc update | 
Get Ghost updates and restart containers | 
Thank you all contributor!