{"id":20815375,"url":"https://github.com/teamdeeson/docker-proxy","last_synced_at":"2026-05-01T20:31:31.299Z","repository":{"id":45563473,"uuid":"155468389","full_name":"teamdeeson/docker-proxy","owner":"teamdeeson","description":"Proxy for Docker","archived":false,"fork":false,"pushed_at":"2024-02-26T16:59:42.000Z","size":6,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-12T23:39:56.013Z","etag":null,"topics":["docker","drupal","proxy","traefik"],"latest_commit_sha":null,"homepage":null,"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/teamdeeson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-30T23:09:35.000Z","updated_at":"2024-02-26T16:59:46.000Z","dependencies_parsed_at":"2024-11-18T01:17:13.814Z","dependency_job_id":null,"html_url":"https://github.com/teamdeeson/docker-proxy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/teamdeeson/docker-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdeeson%2Fdocker-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdeeson%2Fdocker-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdeeson%2Fdocker-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdeeson%2Fdocker-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamdeeson","download_url":"https://codeload.github.com/teamdeeson/docker-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdeeson%2Fdocker-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","drupal","proxy","traefik"],"created_at":"2024-11-17T21:22:32.658Z","updated_at":"2026-05-01T20:31:31.273Z","avatar_url":"https://github.com/teamdeeson.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker4drupal Traefik Proxy\n\n## Purpose\n\nProvides a Traefik proxy that is independent of docker4drupal. This allows a web developer to have several projects running at the same time.\n\n## Installation\n\n1. Clone this repository locally to your machine.\n2. Navigate into the cloned respository and run `make start`\n3. To stop run `make stop`\n4. To see the Traefik logs run `make view-logs`\n\nWhen Traefik is running you can access its dashboard at [https://monitor.localhost](https://monitor.localhost)\n\n## Configuring your d4d project\n\n### .env\n\nRemove \n\n    COMPOSE_PROJECT_NAME\n\nAdd the following:\n\n    PROJECT_NAME=mylovelproject\n    PROJECT_BASE_URL=mylovelproject.localhost\n\nReplace `mylovelproject` with your project\n\n### docker-compose.yml\nIn the `docker-compose.yml` file you must add `container_name` parameters to each of you active services.\nUse the pattern\n\n    container_name: \"${PROJECT_NAME}_mylovelyservice\"\n\nReplace `mylovelyservice` with the name of the service you are adding the parameter to.\nSo, the value of the `container_name` parameter of the `mariadb` service would be:\n\n    container_name: \"${PROJECT_NAME}_mariadb\"\n\nTo each service add the following:\n\n    networks:\n      - proxy\n\nRemove the `traefik.backend` labels from all services.\nRemove or comment out the service definition for `traefik`.\n\nAdd the following to the bottom of the file:\n\n    networks:\n      proxy:\n        external: true\n\nAdd the following parameter to the `php` service:\n\n    D4D_HOSTNAME: ${PROJECT_BASE_URL}\n\n\n### Drupal settings.php\n\nAdd the following mapping to the `$base_domains` array:\n\n    getenv('D4D_HOSTNAME') =\u003e 'local'\n\n### Drush sites.aliases.drushrc.php\n\nAlter the `uri` key of the `docker` alias:\n\n    'uri' =\u003e getenv('D4D_HOSTNAME')\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamdeeson%2Fdocker-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamdeeson%2Fdocker-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamdeeson%2Fdocker-proxy/lists"}