This is a repository to hold Docker Compose files I have created.
A multi-container blogging application composed of three services (containers):
- Ghost blogging platform using an image configured for Mailgun, gordonchan/ghost-mailgun
- Nginx server using an image configured for Ghost, gordonchan/nginx-ghost
- Ghost automatic backup service using the image bennetimo/ghost-backup
Similar to ghost but with SSL support. A multi-container blogging application composed of three services (containers):
- Ghost blogging platform using an image configured for Mailgun, gordonchan/ghost-mailgun
- Nginx server using an image configured for Ghost with SSL, gordonchan/nginx-ssl-ghost
- Ghost automatic backup service using the image bennetimo/ghost-backup
Similar to ghost-ssl but with Let's Encrypt support for automatic certificate request and renewals. A multi-container blogging application composed of four services (containers):
- Ghost blogging platform using an image configured for Mailgun, gordonchan/ghost-mailgun
- Nginx server using an image configured for Ghost with SSL, gordonchan/nginx-ssl-ghost
- Ghost automatic backup service using the image bennetimo/ghost-backup
- Automatic SSL/TLS certificate request, renewal and installation using the image gordonchan/auto-letsencrypt
Containers running a Dockerized Ruby script (gordonchan/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 and nzhay150.
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.