agmangas / simple-haproxy-bridge

Simple HAProxy-based reverse proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple HAProxy Bridge Docker image

This repository contains a basic Docker image that provides a simple HAProxy-based TCP reverse proxy.

Usage

Configuration

Name Description Default
BACKEND_URL URL of the backend server that should receive the incoming TCP requests Required

Example

The reverse proxy listens on port 80 by default.

docker run -dP --name=simple_rev_proxy -e BACKEND_URL=my.backend.server:9191 agmangas/simple-haproxy-bridge

About

Simple HAProxy-based reverse proxy

License:MIT License