├── CHANGELOG.md ├── Readme.md ├── docker-compose.yml └── haproxy ├── Dockerfile ├── Readme.md ├── docker-entrypoint.sh └── src ├── configure.py ├── haproxy.cfg ├── track_dns └── track_hosts /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eea/eea.docker.haproxy/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- 1 | haproxy/Readme.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eea/eea.docker.haproxy/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /haproxy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eea/eea.docker.haproxy/HEAD/haproxy/Dockerfile -------------------------------------------------------------------------------- /haproxy/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eea/eea.docker.haproxy/HEAD/haproxy/Readme.md -------------------------------------------------------------------------------- /haproxy/docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eea/eea.docker.haproxy/HEAD/haproxy/docker-entrypoint.sh -------------------------------------------------------------------------------- /haproxy/src/configure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eea/eea.docker.haproxy/HEAD/haproxy/src/configure.py -------------------------------------------------------------------------------- /haproxy/src/haproxy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eea/eea.docker.haproxy/HEAD/haproxy/src/haproxy.cfg -------------------------------------------------------------------------------- /haproxy/src/track_dns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eea/eea.docker.haproxy/HEAD/haproxy/src/track_dns -------------------------------------------------------------------------------- /haproxy/src/track_hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eea/eea.docker.haproxy/HEAD/haproxy/src/track_hosts --------------------------------------------------------------------------------