Sign inSign up

tvial/docker-ghost-newrelic

By tvial

Updated over 9 years ago

Based on official Ghost image, we add built-in NewRelic support.

Image
0

3.4K

tvial/docker-ghost-newrelic repository overview

docker-ghost-newrelic

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.

docker-compose example
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

Tag summary

Content type

Image

Digest

Size

107.2 MB

Last updated

over 9 years ago

docker pull tvial/docker-ghost-newrelic