//passenger-appbypi0

passenger-app

A simple Node.js web application using Phusion Passenger in docker

0
0
0
1
JavaScript

Passenger + srvx Demo

A simple Node.js web application using Phusion Passenger and srvx.

Quick Start

docker-compose up

The app will be available at http://localhost:8080

Auto-Reload

The setup includes file watching. When you modify app.mjs, Passenger will automatically restart the application.

Project Structure

  • app.mjs - Main application entry point
  • webapp.conf - Nginx/Passenger configuration
  • docker-compose.yml - Docker setup with auto-reload
[beta]v0.14.0