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-stoppedResources
Website: https://www.haproxy.org/
Docker Hub: https://hub.docker.com/r/bitnami/haproxy
Configuration: See the Docker Hub page