ghost:latest with a modified config.js to allow configuration of Mailgun credentials and blog URL
1.0K
The official ghost:latest with a customised config.js to allow easy configuration of the Mailgun credentials and blog URL through environment variables.
$ docker run -d --env-file=.env gordonchan/ghost-mailgun
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.
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
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.
Content type
Image
Digest
sha256:9294646a0…
Size
260.4 MB
Last updated
almost 8 years ago
docker pull gordonchan/ghost-mailgun