├── Dockerfile ├── LICENSE ├── README.md ├── custom-entrypoint.sh ├── docker-compose.yml └── haproxy.cfg /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djmaze/swarm-tcp-proxy/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djmaze/swarm-tcp-proxy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djmaze/swarm-tcp-proxy/HEAD/README.md -------------------------------------------------------------------------------- /custom-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djmaze/swarm-tcp-proxy/HEAD/custom-entrypoint.sh -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djmaze/swarm-tcp-proxy/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /haproxy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djmaze/swarm-tcp-proxy/HEAD/haproxy.cfg --------------------------------------------------------------------------------