Skip to content

mstrazds/node-baseimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-baseimage

A Node 8.x.x base image container. Builds upon on the phusion/baseimage-full container. You can find the docker automated build here.

Services

All services are defined and managed using the phusion/baseimage methodology. NodeJS services are managed by runit. Logs are output using syslog and can be accessed using docker logs {container}.

Default Settings

The container sets up a www root folder in the following location:

/home/app/public

By default there is a server.js node application saved to:

/home/app/server.js

The following port is exposed (intended to be used behind reverse proxy):

  • 8000 (HTTP)