{"id":18150963,"url":"https://github.com/drakkein/traefik-dsd","last_synced_at":"2026-05-05T12:31:55.353Z","repository":{"id":260348439,"uuid":"881015792","full_name":"drakkein/traefik-dsd","owner":"drakkein","description":"Dead simple discovery for Traefik via overlay network in docker.","archived":false,"fork":false,"pushed_at":"2024-11-07T18:19:06.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T23:30:31.099Z","etag":null,"topics":["docker","overlay-network","redis","traefik","traefik-docker","valkey"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/drakkein.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":"2024-10-30T19:14:52.000Z","updated_at":"2024-11-07T18:19:09.000Z","dependencies_parsed_at":"2024-10-30T21:19:52.835Z","dependency_job_id":"d62df9c0-41cf-401c-aa67-6454091d5150","html_url":"https://github.com/drakkein/traefik-dsd","commit_stats":null,"previous_names":["drakkein/traefik-dsd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drakkein/traefik-dsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drakkein%2Ftraefik-dsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drakkein%2Ftraefik-dsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drakkein%2Ftraefik-dsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drakkein%2Ftraefik-dsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drakkein","download_url":"https://codeload.github.com/drakkein/traefik-dsd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drakkein%2Ftraefik-dsd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","overlay-network","redis","traefik","traefik-docker","valkey"],"created_at":"2024-11-02T01:05:58.811Z","updated_at":"2026-05-05T12:31:55.329Z","avatar_url":"https://github.com/drakkein.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# traefik-dsd\nDead simple discovery for Traefik via overlay network in docker.  \n\nBasic implementation to discover containers over docker sock that are running connected to overlay network.\n\n**DISCLAIMER: If you looking for stable solution it is advertised to use [traefik-kop](https://github.com/jittering/traefik-kop).**\n\n# Prequesites\nTo use traefik-dsd you need to init swarm mode and create overlay network. Traefik and all containers must be in the same overlay network.\n\n# Usage\n```yaml\nservices:\n  traefik-dsd:\n    image: \"ghcr.io/drakkein/traefik-dsd:latest\"\n    restart: unless-stopped\n    volumes:\n      - /var/run/docker.sock:/var/run/docker.sock\n    environment:\n      - \"REDIS_URL=redis://valkey:6379\"\n      - \"DOCKER_NETWORK=traefik-public\"\n    networks:\n      - traefik-public\n\n  whoami:\n    image: traefik/whoami\n    labels:\n      - \"traefik.enable=true\"\n      - \"traefik.http.routers.whoami.rule=Host(`myapp.example.com`)\" \n      - \"traefik.http.services.whoami.loadbalancer.server.port=80\"\n    networks:\n      - traefik-public\n\nnetworks:\n  traefik-public:\n    external: true\n```\n\nTest on `traefik machine`\n```bash\ncurl -v -H \"Host: myapp.example.com\" http://127.0.0.1/\n```\n\n# Configuration\n|Variable|Description|Default|\n|-|-|-|\n|REDIS_URL|URL to your `redis/valkey` instance|-|\n|DOCKER_NETWORK|Name of your overlay network|-|\n|REDIS_TTL|Expiry time of created records. Discovery loop starts 5s before| 60|\n|HOST_IP|IP address that will be passed to loadbalancer config instead of container IP|-|","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrakkein%2Ftraefik-dsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrakkein%2Ftraefik-dsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrakkein%2Ftraefik-dsd/lists"}