{"id":19457345,"url":"https://github.com/robin-rpr/nginx-nodejs","last_synced_at":"2025-06-26T23:15:00.339Z","repository":{"id":217356951,"uuid":"292787499","full_name":"robin-rpr/nginx-nodejs","owner":"robin-rpr","description":"NGINX \u0026 Node.js ⚡️","archived":false,"fork":false,"pushed_at":"2021-05-08T14:17:04.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T01:46:54.662Z","etag":null,"topics":["docker","dockerimage","nginx","nodejs","supervisord"],"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/robin-rpr.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}},"created_at":"2020-09-04T08:01:12.000Z","updated_at":"2021-05-08T14:17:06.000Z","dependencies_parsed_at":"2024-01-16T00:01:04.423Z","dependency_job_id":"53848b64-1c71-47d1-8d68-75435573e6d2","html_url":"https://github.com/robin-rpr/nginx-nodejs","commit_stats":null,"previous_names":["robin-rpr/nginx-nodejs"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robin-rpr%2Fnginx-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robin-rpr%2Fnginx-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robin-rpr%2Fnginx-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robin-rpr%2Fnginx-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robin-rpr","download_url":"https://codeload.github.com/robin-rpr/nginx-nodejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240654247,"owners_count":19835860,"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":["docker","dockerimage","nginx","nodejs","supervisord"],"created_at":"2024-11-10T17:21:25.566Z","updated_at":"2025-02-25T11:15:10.540Z","avatar_url":"https://github.com/robin-rpr.png","language":"Dockerfile","readme":"# nginx-nodejs\n\n## Example\nExample is located in [`examples/hello-world`](examples/hello-world)\n\n```\npackage.json\nmain.js\ndefault.conf # NGINX Config\nDockerfile # See below\n```\n\nDockerfile:\n```\nFROM robinrpr/nginx-nodejs:latest\n\n# Create your Working directory\nRUN mkdir -p /home/app\nWORKDIR /home/app\n\n# Copy all\nCOPY --chown=root:root . .\n\n# Npm Install\nRUN npm i\n\n# Update NGINX Config\nRUN mv default.conf /etc/nginx/conf.d/default.conf\n\n# Append to Supervisord Config\nRUN echo '[program:nodejs]\\n\\\ndirectory=/home/app\\n\\\ncommand=node main.js\\n'\\\n\u003e\u003e /etc/supervisor/conf.d/nginx-nodejs.conf\n\n# (optional)\nEXPOSE 4000\n\n# Start all\nCMD [\"supervisord\", \"-c\", \"/etc/supervisor/supervisord.conf\"]\n```\n\u003e **Note:** For all other files please see [`examples/hello-world`](examples/hello-world) as mentioned above.\n\n## Credits\nThanks to the maintainer of\n- [klokantech/supervisord](https://hub.docker.com/r/klokantech/supervisord)\n\nCheers!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobin-rpr%2Fnginx-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobin-rpr%2Fnginx-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobin-rpr%2Fnginx-nodejs/lists"}