{"id":26418003,"url":"https://github.com/yogain123/dockering-node","last_synced_at":"2026-04-05T21:04:15.592Z","repository":{"id":51899758,"uuid":"228582040","full_name":"yogain123/dockering-node","owner":"yogain123","description":"Dockering Basic Node app and linking it with mongo image and Logging Errors in Bugsnag","archived":false,"fork":false,"pushed_at":"2022-12-11T17:30:54.000Z","size":63,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T01:16:40.259Z","etag":null,"topics":["bugsnag","docker","docker-compose","mongo","nodejs"],"latest_commit_sha":null,"homepage":"https://dockering-node.herokuapp.com/","language":"JavaScript","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/yogain123.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}},"created_at":"2019-12-17T09:34:59.000Z","updated_at":"2019-12-23T10:33:52.000Z","dependencies_parsed_at":"2023-01-27T04:01:10.957Z","dependency_job_id":null,"html_url":"https://github.com/yogain123/dockering-node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yogain123/dockering-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogain123%2Fdockering-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogain123%2Fdockering-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogain123%2Fdockering-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogain123%2Fdockering-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yogain123","download_url":"https://codeload.github.com/yogain123/dockering-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogain123%2Fdockering-node/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264677538,"owners_count":23648127,"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":["bugsnag","docker","docker-compose","mongo","nodejs"],"created_at":"2025-03-18T01:16:42.001Z","updated_at":"2025-12-30T22:11:55.556Z","avatar_url":"https://github.com/yogain123.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dockering-node\n\n## Basic docker and docker-compose commands to Run App\n- docker build -t yogendra/nodeapp .\n- docker run -p 4444:4444 yogendra/nodeapp\n- docker-compose up --build\n- docker-compose down\n- docker version\n- docker-compose version\n- docker images\n- docker ps\n\n\u003e t=\u003e tag, p=\u003e port\n\n## Run App Outside Of Docker Container\n\n``` \nnpm install\nnpm start \n```\n\n## Run App Inside Docker Container (Running only Node Dockerfile)\n```\n docker build -t yogendra/dockering-node .\n docker run -p 1234:1234 yogendra/dockering-node\n```\n\n## Run App With DB Connection Active (mongo) -\u003e Docker Compose\n```\ndocker-compose up --build   (To Start App)\ndocker-compose down   (To Stop App)\n```\nThis Basic Node App is been packed inside docker and the container is been deployed in Heroku\nhttps://dockering-node.herokuapp.com/\n\n## Deploying the container to Heroku\n\n- heroku login\n- docker ps\n- heroku container:login\n- heroku container:push web --app \u003cname_of_app_in_heroku\u003e\n- heroku container:release web --app \u003cname_of_app_in_heroku\u003e\n\n\u003e LICENSE: MIT \u003c/br\u003e\n\u003e Author: Yogendra Saxena\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyogain123%2Fdockering-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyogain123%2Fdockering-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyogain123%2Fdockering-node/lists"}