{"id":18795358,"url":"https://github.com/duckthom/nginx-proxy","last_synced_at":"2026-05-01T17:35:38.235Z","repository":{"id":88680046,"uuid":"73487526","full_name":"DuckThom/nginx-proxy","owner":"DuckThom","description":"Docker compose config for nginx-proxy","archived":false,"fork":false,"pushed_at":"2017-03-06T09:26:37.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T16:45:56.418Z","etag":null,"topics":["docker","docker-compose","nginx-proxy"],"latest_commit_sha":null,"homepage":"","language":null,"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/DuckThom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2016-11-11T15:11:32.000Z","updated_at":"2017-03-06T09:25:26.000Z","dependencies_parsed_at":"2024-04-28T14:30:35.179Z","dependency_job_id":null,"html_url":"https://github.com/DuckThom/nginx-proxy","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/DuckThom%2Fnginx-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckThom%2Fnginx-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckThom%2Fnginx-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckThom%2Fnginx-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuckThom","download_url":"https://codeload.github.com/DuckThom/nginx-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239719825,"owners_count":19686004,"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":["docker","docker-compose","nginx-proxy"],"created_at":"2024-11-07T21:33:40.445Z","updated_at":"2025-12-30T03:30:14.008Z","avatar_url":"https://github.com/DuckThom.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# nginx-proxy\nDocker compose wrapper for [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) which I use primarily when developing\n\n## Clone\n`git clone https://github.com/DuckThom/nginx-proxy proxy`\n\n## Setup\n`jwilder/nginx-proxy` settings and options can be found [here](https://github.com/jwilder/nginx-proxy/blob/master/README.md)\n\n## Config\n- Proxy-wide settings should go in `conf.d/overrides.conf`, NOT in `conf.d/default.conf` as that file is auto-generated and will be overwritten when a container state changes. [More info](https://github.com/jwilder/nginx-proxy#proxy-wide)\n- Vhost-specific settings should go in `vhost.d/{VIRTUAL_HOST}`. If the VIRTUAL_HOST env var of a container is `blaat.dev` then the config file should also be named `blaat.dev`. [More info](https://github.com/jwilder/nginx-proxy#per-virtual_host)\n\n## Connect other containers\n```\nversion: '2'\n\nservices:\n    someWebServerContainer:\n        image: nginx\n        environment:\n            VIRTUAL_HOST: \"app.dev\" # Required for nginx-proxy\n        expose:\n            - \"80\"\n            - \"443\"\n        networks:\n            - default # Keep the container connected to it's own network\n            - proxy # The network where nginx-proxy is running\n\nnetworks:\n    proxy:\n        external:\n            name: proxy_default\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckthom%2Fnginx-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduckthom%2Fnginx-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckthom%2Fnginx-proxy/lists"}