{"id":16772265,"url":"https://github.com/m-adamski/traefik-configuration","last_synced_at":"2026-05-18T01:39:10.617Z","repository":{"id":140759446,"uuid":"485351817","full_name":"m-adamski/traefik-configuration","owner":"m-adamski","description":"Traefik Docker configuration","archived":false,"fork":false,"pushed_at":"2023-10-02T08:25:50.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T16:35:32.254Z","etag":null,"topics":["docker","docker-compose","traefik"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m-adamski.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":"2022-04-25T11:56:13.000Z","updated_at":"2022-04-25T12:40:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"c645325c-1921-4f84-9f2c-71101670a8e6","html_url":"https://github.com/m-adamski/traefik-configuration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-adamski/traefik-configuration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-adamski%2Ftraefik-configuration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-adamski%2Ftraefik-configuration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-adamski%2Ftraefik-configuration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-adamski%2Ftraefik-configuration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-adamski","download_url":"https://codeload.github.com/m-adamski/traefik-configuration/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-adamski%2Ftraefik-configuration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: 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","docker-compose","traefik"],"created_at":"2024-10-13T06:30:50.911Z","updated_at":"2026-05-18T01:39:10.582Z","avatar_url":"https://github.com/m-adamski.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Traefik Docker configuration\n\nTraefik documentation page: https://doc.traefik.io/traefik/\n\n## Containers configuration\nSample configuration of all containers to be handled by traefik.\n\n```yaml\nversion: \"3.9\"\n\nservices:\n  example:\n    image: example/example:latest\n    container_name: example-container\n    labels:\n      - traefik.enable=true\n      - traefik.http.services.example.loadbalancer.server.port=8080\n      - traefik.http.routers.example.rule=Host(`example.com`)\n      - traefik.http.routers.example.tls=true\n    networks:\n      - default\n      - reverse-proxy-network\n    restart: always\n    depends_on:\n      - database\n\nnetworks:\n  reverse-proxy-network:\n    external: true\n  default:\n    driver: bridge\n    external: false\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-adamski%2Ftraefik-configuration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-adamski%2Ftraefik-configuration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-adamski%2Ftraefik-configuration/lists"}