Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gchan/docker-compose-files
A place to hold Docker Compose files I have created.
https://github.com/gchan/docker-compose-files
Last synced: 10 days ago
JSON representation
A place to hold Docker Compose files I have created.
- Host: GitHub
- URL: https://github.com/gchan/docker-compose-files
- Owner: gchan
- License: mit
- Created: 2015-11-26T09:49:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T07:57:21.000Z (almost 8 years ago)
- Last Synced: 2024-10-11T23:35:58.115Z (2 months ago)
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# docker-compose-files
This is a repository to hold [Docker Compose](https://docs.docker.com/compose/) files I have created.
## Applications
### [ghost](https://github.com/gchan/docker-compose-files/blob/master/ghost/docker-compose.yml)
A multi-container [blogging](https://ghost.org/) application composed of three services (containers):* Ghost blogging platform using an image configured for Mailgun, [gordonchan/ghost-mailgun](https://github.com/gchan/dockerfiles/tree/master/ghost-mailgun)
* Nginx server using an image configured for Ghost, [gordonchan/nginx-ghost](https://github.com/gchan/dockerfiles/tree/master/nginx-ghost)
* Ghost automatic backup service using the image [bennetimo/ghost-backup](https://hub.docker.com/r/bennetimo/ghost-backup/)### [ghost-ssl](https://github.com/gchan/docker-compose-files/blob/master/ghost-ssl/docker-compose.yml)
Similar to [ghost](https://github.com/gchan/docker-compose-files/blob/master/ghost/docker-compose.yml) but with SSL support.
A multi-container [blogging](https://ghost.org/) application composed of three services (containers):* Ghost blogging platform using an image configured for Mailgun, [gordonchan/ghost-mailgun](https://github.com/gchan/dockerfiles/tree/master/ghost-mailgun)
* Nginx server using an image configured for Ghost with SSL, [gordonchan/nginx-ssl-ghost](https://github.com/gchan/dockerfiles/tree/master/nginx-ssl-ghost)
* Ghost automatic backup service using the image [bennetimo/ghost-backup](https://hub.docker.com/r/bennetimo/ghost-backup/)### [ghost-ssl-letsencrypt](https://github.com/gchan/docker-compose-files/blob/master/ghost-ssl-letsencrypt/docker-compose.yml)
Similar to [ghost-ssl](https://github.com/gchan/docker-compose-files/blob/master/ghost-ssl/docker-compose.yml) but with Let's Encrypt support for automatic certificate request and renewals.
A multi-container [blogging](https://ghost.org/) application composed of four services (containers):* Ghost blogging platform using an image configured for Mailgun, [gordonchan/ghost-mailgun](https://github.com/gchan/dockerfiles/tree/master/ghost-mailgun)
* Nginx server using an image configured for Ghost with SSL, [gordonchan/nginx-ssl-ghost](https://github.com/gchan/dockerfiles/tree/master/nginx-ssl-ghost)
* Ghost automatic backup service using the image [bennetimo/ghost-backup](https://hub.docker.com/r/bennetimo/ghost-backup/)
* Automatic SSL/TLS certificate request, renewal and installation using the image [gordonchan/auto-letsencrypt](https://hub.docker.com/r/gordonchan/auto-letsencrypt/)### [spotbot](https://github.com/gchan/docker-compose-files/blob/master/spotbot/docker-compose.yml)
Containers running a Dockerized Ruby script [(gordonchan/spotbot)](https://github.com/gchan/dockerfiles/tree/master/spotbot) to periodically check New Zealand's wholesale electricity prices and tweets when they are high.The two containers are respectively operating the Twitter handles [nzhay250](https://twitter.com/nzhay250) and [nzhay150](https://twitter.com/nzhay150).
## License
docker-compose-files is Copyright (c) 2015-2016 Gordon Chan and is released under the MIT License. It is free software, and may be redistributed under the terms specified in the LICENSE file.
[![Analytics](https://ga-beacon.appspot.com/UA-70790190-2/docker-compose-files/README.md?flat)](https://github.com/igrigorik/ga-beacon)