{"id":19603627,"url":"https://github.com/claudioaltamura/traefik-proxy-nodejs-example","last_synced_at":"2026-04-17T15:33:39.453Z","repository":{"id":161673360,"uuid":"636337558","full_name":"claudioaltamura/traefik-proxy-nodejs-example","owner":"claudioaltamura","description":"A Traefik proxy example with Node.js and Express.js","archived":false,"fork":false,"pushed_at":"2023-05-05T10:50:00.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T20:45:20.753Z","etag":null,"topics":["expressjs","nodejs","traefik-docker","traefik-proxy","travis-ci"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/claudioaltamura.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":"2023-05-04T16:19:16.000Z","updated_at":"2023-05-04T16:32:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"6740c30f-4a4c-410a-bfc2-939af4f8a64a","html_url":"https://github.com/claudioaltamura/traefik-proxy-nodejs-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/claudioaltamura/traefik-proxy-nodejs-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudioaltamura%2Ftraefik-proxy-nodejs-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudioaltamura%2Ftraefik-proxy-nodejs-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudioaltamura%2Ftraefik-proxy-nodejs-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudioaltamura%2Ftraefik-proxy-nodejs-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claudioaltamura","download_url":"https://codeload.github.com/claudioaltamura/traefik-proxy-nodejs-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudioaltamura%2Ftraefik-proxy-nodejs-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31934352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"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":["expressjs","nodejs","traefik-docker","traefik-proxy","travis-ci"],"created_at":"2024-11-11T09:30:42.788Z","updated_at":"2026-04-17T15:33:39.436Z","avatar_url":"https://github.com/claudioaltamura.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n# traefik-proxy-nodejs-example\nA Traefik proxy example with Node.js and Express.js\n# Run server\n\n    npm start\n\n# Build container image\n\n    docker build . -t node-web-app:1.0.0 -t node-web-app:latest\n\n    docker images | grep node-web-app\n\n# Run just the image\n\n    docker run -e APP_NAME=APP_A -p 13000:3000 -d node-web-app\n\n    docker ps\n\n    docker logs \u003ccontainer id\u003e\n\n    curl -i localhost:13000\n\n# Stop image\n\n    docker stop \u003ccontainer id\u003e\n\n# Run docker-compose\n\nreverse-proxy\n\n    docker-compose up -d reverse-proxy\n\napp_a\n\n    docker-compose up -d app_a\n\n# Stop docker-compose\n\n    docker-compose down -v\n\n# app_a\n\n    curl -i http://app_a.localhost\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudioaltamura%2Ftraefik-proxy-nodejs-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaudioaltamura%2Ftraefik-proxy-nodejs-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudioaltamura%2Ftraefik-proxy-nodejs-example/lists"}