My HNG Journey. Stage Two: Containerization and Deployment of a Three tier application Using Docker and Nginx Proxy Manager

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • devops-stage-2

    git clone https://github.com/hngprojects/devops-stage-2 cd devops-stage-2

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • tmux

    tmux source code

    Configure the frontend Open up a new terminal. P.S. We can split the terminal session using tmux or run it as a system service, but to keep things fairly simple, we would leave the backend running in one terminal and open another terminal for the frontend.

  • Docker Compose

    Define and run multi-container applications with Docker

    sudo curl -L "https://github.com/docker/compose/releases/download/$(curl -s https://api.github.com/repos/docker/compose/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")')" /usr/local/bin/docker-compose

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Deploy Simple Java Application using Docker Compose.

    2 projects | dev.to | 14 Sep 2024
  • How to Tail Docker Logs - Detailed Guide

    1 project | dev.to | 10 Sep 2024
  • It works on my machine... Not on yours... But why? Let's talk Docker!

    2 projects | dev.to | 31 Jul 2024
  • How to Dockerize a React Application

    1 project | dev.to | 29 Jul 2024
  • 🐳 Docker Commands: From Beginner to Advanced for DevOps Engineers

    1 project | dev.to | 28 Jul 2024

Did you konow that Go is
the 4th most popular programming language
based on number of metions?