{"id":16783898,"url":"https://github.com/nefarius/docker-node-service-host","last_synced_at":"2026-05-17T02:36:24.770Z","repository":{"id":141820878,"uuid":"465806599","full_name":"nefarius/docker-node-service-host","owner":"nefarius","description":"Provides a convenience Docker image to run Node services under Supervisord.","archived":false,"fork":false,"pushed_at":"2024-08-06T18:42:33.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T00:45:41.580Z","etag":null,"topics":["alpine","docker-image","nodejs"],"latest_commit_sha":null,"homepage":"https://discord.nefarius.at","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/nefarius.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},"funding":{"github":"nefarius","patreon":"nefarius","liberapay":"Nefarius","custom":["https://www.buymeacoffee.com/Nefarius","https://paypal.me/NefariusMaximus","https://docs.nefarius.at/Donations/"]}},"created_at":"2022-03-03T16:51:39.000Z","updated_at":"2024-08-06T18:42:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"5614450a-958c-4926-a994-fe6f27470c1e","html_url":"https://github.com/nefarius/docker-node-service-host","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nefarius/docker-node-service-host","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nefarius%2Fdocker-node-service-host","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nefarius%2Fdocker-node-service-host/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nefarius%2Fdocker-node-service-host/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nefarius%2Fdocker-node-service-host/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nefarius","download_url":"https://codeload.github.com/nefarius/docker-node-service-host/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nefarius%2Fdocker-node-service-host/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278395916,"owners_count":25979691,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["alpine","docker-image","nodejs"],"created_at":"2024-10-13T07:52:40.970Z","updated_at":"2025-10-05T00:45:43.898Z","avatar_url":"https://github.com/nefarius.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/nefarius","https://patreon.com/nefarius","https://liberapay.com/Nefarius","https://www.buymeacoffee.com/Nefarius","https://paypal.me/NefariusMaximus","https://docs.nefarius.at/Donations/"],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"assets/NSS-128x128.png\" align=\"left\" /\u003edocker-node-service-host\n\n[![Docker Image CI](https://github.com/nefarius/docker-node-service-host/actions/workflows/docker-image.yml/badge.svg)](https://github.com/nefarius/docker-node-service-host/actions/workflows/docker-image.yml)\n[![Docker Pulls](https://img.shields.io/docker/pulls/containinger/docker-node-service-host)](https://hub.docker.com/r/containinger/docker-node-service-host)\n![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/containinger/docker-node-service-host)\n\nProvides a convenience Docker image to run [Node](https://nodejs.org/en/) services under [Supervisord](http://supervisord.org/).\n\n## How to use\n\nBase your image on this one to get an Alpine Linux container with latest Node.js and Supervisord pre-installed.\n\nYou can grab it directly from Docker hub via `docker pull containinger/docker-node-service-host`.\n\nCopy a service configuration file for your service (like the example below) into `/etc/supervisor/conf.d/`:\n\n```ini\n[program:server]\ndirectory=/my/working/directory\ncommand=node run\nuser=node\nstdout_logfile=/dev/stdout\nredirect_stderr=true\nstdout_logfile_maxbytes=0\nautorestart=true\n```\n\nOptionally copy one or more script files that should run on container startup to `/docker-entrypoint-initdb.d`, they will get executed before `supervisord` runs (e.g. to perform mandatory initialization tasks).\n\n## How to build\n\nAll base images are based on Alpine Linux but you can influence the Node version that will be used with the `NODE_VERSION` build argument.\n\n### Examples\n\n#### Use latest Node\n\n```bash\ndocker build -t containinger/docker-node-service-host:latest --pull --build-arg NODE_VERSION=current .\n```\n\n#### Use Node v14\n\n```bash\ndocker build -t containinger/docker-node-service-host:14 --pull --build-arg NODE_VERSION=14 .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnefarius%2Fdocker-node-service-host","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnefarius%2Fdocker-node-service-host","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnefarius%2Fdocker-node-service-host/lists"}