{"id":28484279,"url":"https://github.com/radenkovic/docker-node-development","last_synced_at":"2026-04-05T21:01:41.911Z","repository":{"id":131873595,"uuid":"174740054","full_name":"radenkovic/docker-node-development","owner":"radenkovic","description":"Sample of using docker-compose and nodemon for development of node web servers","archived":false,"fork":false,"pushed_at":"2019-03-09T20:08:59.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T20:18:46.432Z","etag":null,"topics":["development","docker","docker-compose","express","node","nodemon"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/radenkovic.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,"zenodo":null}},"created_at":"2019-03-09T19:58:18.000Z","updated_at":"2019-03-09T21:36:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3763d9c-ecfd-40ea-b997-d787c5aafea3","html_url":"https://github.com/radenkovic/docker-node-development","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/radenkovic/docker-node-development","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radenkovic%2Fdocker-node-development","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radenkovic%2Fdocker-node-development/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radenkovic%2Fdocker-node-development/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radenkovic%2Fdocker-node-development/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radenkovic","download_url":"https://codeload.github.com/radenkovic/docker-node-development/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radenkovic%2Fdocker-node-development/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31449836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"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":["development","docker","docker-compose","express","node","nodemon"],"created_at":"2025-06-07T22:06:41.519Z","updated_at":"2026-04-05T21:01:41.872Z","avatar_url":"https://github.com/radenkovic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker for node development sample\n\nThis is configured sample with `Docker`, `docker-compose` and `nodemon` for live reloading of the server,\nso you don't need node installation locally at all. Uses small `node10-alpine` image.\n\n# Usage\n\n- Install Docker and `docker-compose`\n- `docker-compose up`\n- Edit file in `src` folder\n- Magic!\n- Open http://localhost:8080 in your browser\n\n# Adding dependencies\n\nAfter adding dependency (`yarn add` or `npm install`), you need to rebuild the image using `docker-compose build`. \nIf you don't want to rebuild images all the time, you can add volume in `docker-compose.yml`\n\n```\nservices:\n  web_development:\n  // other stuff\n  volumes:\n    - ./node_modules:/usr/app/node_modules\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradenkovic%2Fdocker-node-development","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradenkovic%2Fdocker-node-development","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradenkovic%2Fdocker-node-development/lists"}