https://github.com/veryaustin/docker-ghost
Docker powered infrastructure running writing.veryaustin.com
https://github.com/veryaustin/docker-ghost
docker docker-compose infrastructure node
Last synced: about 2 months ago
JSON representation
Docker powered infrastructure running writing.veryaustin.com
- Host: GitHub
- URL: https://github.com/veryaustin/docker-ghost
- Owner: veryaustin
- License: mit
- Created: 2017-08-11T22:38:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T22:57:33.000Z (almost 9 years ago)
- Last Synced: 2025-05-30T13:47:03.002Z (about 1 year ago)
- Topics: docker, docker-compose, infrastructure, node
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Ghost
Docker powered infrastructure hosting http://writing.veryaustin.com
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Production deployment will be updated soon.
### Prerequisites
- Docker
- NodeJS
## Deployment
Run locally in development mode:
```
docker-compose -f docker-compose.yml
```
Run locally in production mode:
```
docker-compose -f docker-compose.yml -f docker-compose.prod.yml
```
## Built With
* [Ghost](http://ghost.org) - The blog framework used
* [Docker](https://www.docker.com/) - Container Platform
* [Amazon Web Services](https://aws.amazon.com/) - Storage for images & content
## Author
* **Austin Lauritsen** [Github: veryaustin](https://github.com/veryaustin) [Website](http://veryaustin.com)
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details
## Acknowledgments
* Thanks to the [Ghost](http://ghost.org) for the simple and clean blogging platform.
* Thanks to the team at [Docker](https://www.docker.com/) for the amazing technology that you build that makes the internet go!