HAProxy

Very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '2'
services:
 
  haproxy:
    image: bitnami/haproxy
    volumes:
      - /path/to/haproxy.cfg:/bitnami/haproxy/conf/haproxy.cfg
    restart: unless-stopped

Resources

Website: https://www.haproxy.org/

Git: https://git.haproxy.org/

Docker Hub: https://hub.docker.com/r/bitnami/haproxy

Configuration: See the Docker Hub page