Home About
mewm
Dennis Micky Jensen

foobarbaz

Adding New Relic APM and SERVERS monitoring to your dockerized ghost app

3 years ago
Docker, docker-compose, New Relic APM, New Relic SERVERS, bash

In previous post, we went through setting up a basic ghost application and it's dependencies separated in docker containers, and orchestrating it all with docker-compose. In this small article, we will go through modifying the ghost application from the previous post, to include New Relic APM library, to monitor the…

Keep reading →

Setting up a Ghost blog and MariaDB with Docker and docker-compose

3 years ago
ghost, Docker, MariaDB, Ghost, nginx, fig, MySQL

UPDATE: Since i wrote this post, docker-compose has been released by the docker team. This replaces fig completely, which is now deprecated. To make the transition, you just have to rename fig.yml to docker-compose.yml and use $ docker-compose instead of $ fig Obviously, you need to install docker-compose on the…

Keep reading →