Easiest solution for local deployment?

This page summarizes the projects mentioned and recommended in the original post on /r/docker

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • Docker Compose

    Define and run multi-container applications with Docker

    We use the docker compose addon to deploy containers (installation instructions - note that it comes bundled with Docker Desktop). On the desktop we use docker context's to allow deployment and management on remote machines, and a DOCKER_HOST environment variable to do so from our CI/CD pipeline (GitHub Actions). There is a nice article on the options here:

  • nginx-proxy

    Automated nginx proxy for Docker containers using docker-gen

    Then to make deployment super easy we're using nginx-proxy which uses docker-gen (and the acme-companion for automatic SSL cert generation) to automatically re-configure an nginx reverse proxy to point to your containers.

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • docker-gen

    Generate files from docker container meta-data

    Then to make deployment super easy we're using nginx-proxy which uses docker-gen (and the acme-companion for automatic SSL cert generation) to automatically re-configure an nginx reverse proxy to point to your containers.

  • acme-companion

    Automated ACME SSL certificate generation for nginx-proxy

    Then to make deployment super easy we're using nginx-proxy which uses docker-gen (and the acme-companion for automatic SSL cert generation) to automatically re-configure an nginx reverse proxy to point to your containers.

  • watchtower

    A process for automating Docker container base image updates.

    I'd use watchtower https://containrrr.dev/watchtower/

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

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