Skip to content

wodby/node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 26, 2025
d6c7bc1 · Feb 26, 2025
Feb 21, 2025
Apr 26, 2018
Aug 17, 2018
Dec 28, 2016
Feb 26, 2025
Dec 26, 2024
Aug 29, 2018
Feb 14, 2025
Feb 14, 2025
Apr 26, 2018

Repository files navigation

Node.js docker container image

Build Status Docker Pulls Docker Stars

Docker Images

❗️For better reliability we release images with stability tags (wodby/node:22-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.

Overview:

Supported tags and respective Dockerfile links:

Images with -dev tag have dev packages and sudo allowed for all commands for wodby user.

All images built for linux/amd64 and linux/arm64

Environment variables

Variable Default Value Description
NODE_PORT 3000 Used for health checks

Orchestration actions

Usage:

make COMMAND [params ...]

commands:
    check-ready [host max_try wait_seconds delay_seconds]
 
default params values:
    host localhost
    max_try 1
    wait_seconds 1
    delay_seconds 0