Skip to content

wodby/node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

86317f1 · Apr 24, 2025
Apr 24, 2025
Apr 26, 2018
Aug 17, 2018
Dec 28, 2016
Apr 10, 2025
Dec 26, 2024
Aug 29, 2018
Apr 24, 2025
Apr 24, 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