{"id":15676514,"url":"https://github.com/hectorm/docker-proxy","last_synced_at":"2025-10-26T15:38:55.284Z","repository":{"id":180766525,"uuid":"665597090","full_name":"hectorm/docker-proxy","owner":"hectorm","description":"Traefik image pre-configured to act as a transparent proxy.","archived":false,"fork":false,"pushed_at":"2025-03-03T22:15:50.000Z","size":225,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T06:28:00.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/hectorm/proxy","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hectorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"hectorm","custom":"https://hector.molinero.dev/donate"}},"created_at":"2023-07-12T14:53:39.000Z","updated_at":"2025-03-03T22:15:48.000Z","dependencies_parsed_at":"2023-11-20T20:28:07.336Z","dependency_job_id":"24127d30-b2c8-430b-b8b7-6f0524a82d11","html_url":"https://github.com/hectorm/docker-proxy","commit_stats":{"total_commits":83,"total_committers":2,"mean_commits":41.5,"dds":"0.12048192771084343","last_synced_commit":"9edf016d9a960b66c0a70fd00d6a2fcea8cc2663"},"previous_names":["hectorm/docker-proxy"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hectorm","download_url":"https://codeload.github.com/hectorm/docker-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250553332,"owners_count":21449363,"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-03T16:02:52.766Z","updated_at":"2025-10-26T15:38:55.210Z","avatar_url":"https://github.com/hectorm.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/hectorm","https://hector.molinero.dev/donate"],"categories":[],"sub_categories":[],"readme":"# Transparent proxy for Docker containers\n\nTraefik image pre-configured to act as a transparent proxy. It allows containers without direct Internet access to connect to specific hosts.\n\n## Usage\n\n```yaml\nservices:\n\n  yourapp:\n    image: \"registry.example.com/yourapp:latest\"\n    networks:\n      private:\n\n  proxy:\n    image: \"docker.io/hectorm/proxy:v3\"\n    networks:\n      public:\n      private:\n        aliases:\n          - \"example.com\"\n          - \"example.net\"\n          - \"smtp.example.com\"\n          - \"postgres.example.com\"\n          - \"mysql.example.com\"\n    environment:\n      PROXY_UPSTREAMS: |\n        example.com:443:tls\n        example.net:443:tls\n        smtp.example.com:465:tls\n        smtp.example.com:587:tcp\n        postgres.example.com:5432:tls\n        mysql.example.com:3306:tcp\n\nnetworks:\n\n  public:\n    internal: false\n\n  private:\n    internal: true\n```\n\n\u003e [!NOTE]\n\u003e For the `tls` kind, the proxy inspects the SNI to determine the target host. For other kinds, the proxy does not inspect the traffic and will throw an error if the same protocol and port combination is used for multiple hosts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhectorm%2Fdocker-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhectorm%2Fdocker-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhectorm%2Fdocker-proxy/lists"}