Based on official Ghost image, we add built-in NewRelic support.
3.4K
This image is an extension of official Ghost image, adding built-in support for NewRelic agent.
Usage remains the same, and you can use NEW_RELIC_* environment variables to configure your agent.
production:
image: tvial/docker-ghost-newrelic
volumes:
- .:/var/lib/ghost
ports:
- "2368:2368"
environment:
- NODE_ENV=production
- NEW_RELIC_LICENSE_KEY=abcdefghijklmnopqrstuvwxyz
- NEW_RELIC_APP_NAME=My Blog (Production)
- NEW_RELIC_LOG=/tmp/newrelic_agent.log
Content type
Image
Digest
Size
107.2 MB
Last updated
over 9 years ago
docker pull tvial/docker-ghost-newrelic