{"id":16813276,"url":"https://github.com/ivanvc/docker-haproxy","last_synced_at":"2025-10-08T12:04:43.563Z","repository":{"id":29129945,"uuid":"32659823","full_name":"ivanvc/docker-haproxy","owner":"ivanvc","description":"HAProxy docker image","archived":false,"fork":false,"pushed_at":"2015-08-28T21:09:53.000Z","size":172,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T20:53:13.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.hub.docker.com/u/ivan/haproxy/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivanvc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-22T03:09:31.000Z","updated_at":"2015-08-01T00:03:48.000Z","dependencies_parsed_at":"2022-09-06T00:21:58.501Z","dependency_job_id":null,"html_url":"https://github.com/ivanvc/docker-haproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanvc%2Fdocker-haproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanvc%2Fdocker-haproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanvc%2Fdocker-haproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanvc%2Fdocker-haproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanvc","download_url":"https://codeload.github.com/ivanvc/docker-haproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244022638,"owners_count":20385133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T10:25:47.226Z","updated_at":"2025-10-08T12:04:38.483Z","avatar_url":"https://github.com/ivanvc.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker HAProxy\n\nThis is a simple docker image, that runs haproxy and forwards some selected ports\n(see files/haproxy.cfg.tmpl) to different docker containers using etcd (and\nconfd).\n\nIt will search for directories inside `/services/boxes`. Where the last path name\nis the name of the machine, the value should be a JSON with an IP.\n\nFor example:\n\n```json\n// /services/boxes/foo\n{ \"IP\": \"172.14.7.2\" }\n```\n\nThen it will forward foo.example.com:3000 (assuming a DNS A record) to the foo\ncontainer. It should have Docker's network mode to host.\n\n## Running\n\n```\ndocker build -t ivan/haproxy:latest .\ndocker run --net=host ivan/haproxy\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanvc%2Fdocker-haproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanvc%2Fdocker-haproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanvc%2Fdocker-haproxy/lists"}