{"id":20417212,"url":"https://github.com/marcusmyers/docker-valet","last_synced_at":"2025-04-12T17:21:07.975Z","repository":{"id":139821521,"uuid":"86154550","full_name":"marcusmyers/docker-valet","owner":"marcusmyers","description":"Dockerized port of Laravel Valet for docker development","archived":false,"fork":false,"pushed_at":"2017-03-30T21:07:47.000Z","size":3,"stargazers_count":25,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T11:44:43.993Z","etag":null,"topics":["docker","proxy","traefik","valet"],"latest_commit_sha":null,"homepage":"","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/marcusmyers.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":"2017-03-25T12:06:30.000Z","updated_at":"2023-11-07T10:49:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"06b2b42b-00d0-44d5-bd32-ed8845308cc5","html_url":"https://github.com/marcusmyers/docker-valet","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/marcusmyers%2Fdocker-valet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusmyers%2Fdocker-valet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusmyers%2Fdocker-valet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusmyers%2Fdocker-valet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcusmyers","download_url":"https://codeload.github.com/marcusmyers/docker-valet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248602367,"owners_count":21131626,"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","proxy","traefik","valet"],"created_at":"2024-11-15T06:25:16.157Z","updated_at":"2025-04-12T17:21:07.958Z","avatar_url":"https://github.com/marcusmyers.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-valet\n\n## Introduction\nDocker Valet is a development environment for docker minimalists. No `/etc/hosts` file to manage, no ports to manage, no proxy configuration files. You can even share your sites publicly using local tunnels. Yeah, we like it too.\n\nDocker Valet creates a _valet_ docker network on your system to always run [DnsMasq](https://en.wikipedia.org/wiki/Dnsmasq) and [traefik](http://traefik.io) in the background when your machine starts. With [DnsMasq](https://en.wikipedia.org/wiki/Dnsmasq) and [traefik](http://traefik.io) Docker Valet proxies all requests on the `*.dev` domain to point to docker web apps on your local machine.\n\n## Installation\n\n```shell\ngit clone https://github.com/marcusmyers/docker-valet\ncd docker-valet\nscript/bootstrap \u003cinterface\u003e # This could be eth0 or your wifi interface\n```\n\n## Usage\n\nSetup your docker apps to use the valet network and add labels to the service you want proxy. Check out the example docker-compose file below.\n\n```yaml\nversion: 2\n\nnetworks:\n  valet:\n    external: true\n\nservices:\n  db:\n    image: mysql\n    \n  web:\n    image: marcusmyers/laravel\n    networks:\n      - valet\n      - default\n    labels:\n      - \"traefik.frontend.rule=Host:laravel.dev\"\n      - \"traefik.port=80\"\n      - \"traefik.docker.network=valet\"\n    command: php artisan serve --host=0.0.0.0\n```\n\n## License\nDocker Valet is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcusmyers%2Fdocker-valet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcusmyers%2Fdocker-valet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcusmyers%2Fdocker-valet/lists"}