Sign inSign up

gordonchan/ghost-mailgun

By gordonchan

•Updated almost 8 years ago

ghost:latest with a modified config.js to allow configuration of Mailgun credentials and blog URL

Image
0

1.0K

gordonchan/ghost-mailgun repository overview

⁠gordonchan/ghost-mailgun

The official ghost:latest⁠ with a customised config.js⁠ to allow easy configuration of the Mailgun⁠ credentials and blog URL through environment variables.

⁠Example Usage
$ docker run -d --env-file=.env gordonchan/ghost-mailgun
⁠Environment Variables

This image expects the following environment variables to be set.

NODE_ENV, MAILGUN_USER, MAILGUN_PASS, GHOST_URL

The container will still function without any of the above set, but Ghost will be operating in development mode with default settings.

⁠--env-file

The easiest way to pass environment variables to the container is to define them in a file:

NODE_ENV=production
MAILGUN_USER=<my sekret>
MAILGUN_PASS=<my sekret>
GHOST_URL=https://www.example.com

And use the --env-file option when starting the container:

$ docker run -d --env-file=.env gordonchan/ghost-mailgun
⁠License

Copyright (c) 2015 Gordon Chan. Released under the MIT License. It is free software, and may be redistributed under the terms specified in the LICENSE⁠ file.

Analytics

Tag summary

Content type

Image

Digest

sha256:9294646a0…

Size

260.4 MB

Last updated

almost 8 years ago

docker pull gordonchan/ghost-mailgun