Giter Site home page Giter Site logo

docker-nginx-passenger's Introduction

Nginx/Httpd Passenger NodeJs

Sandbox for development - container running Nginx or Httpd + Passenger + NodeJs

Docker Pulls Build Status

Official docker repository

Docker Hub: https://hub.docker.com/r/dockernodejs/nginx-passenger/

Supported tags

Os Node Image Layers
Debian 8 (Jessie) 6.X dockernodejs/passenger:nginx-node-6
Debian 8 (Jessie) 6.X dockernodejs/passenger:apache-node-6
Debian 8 (Jessie) 8.X dockernodejs/passenger:nginx-node-8
Debian 8 (Jessie) 8.X dockernodejs/passenger:apache-node-8
Debian 8 (Jessie) 9.X dockernodejs/passenger:nginx-node-9
Debian 8 (Jessie) 9.X dockernodejs/passenger:apache-node-9

Based on Official PHP images Debian and all versions come with:

Required

The sandbox uses Docker, a container tool for setting up a rapid development environment. The project has only two prerequisites:

Usage

Simple usage

Access to the container console easily:

docker run --rm -ti -v /your/project:/app dockernodejs/passenger:nginx-node-8 bash

Configuration of your Docker compose

Basic configuration

Create a file called docker-compose.yml in your project directory and paste the following:

version: "2"

services:
    app:
        image: "dockernodejs/passenger:nginx-node-8"
        volumes:
            - .:/app
            - /app/public
        ports:
            - "8000:80"
$ docker-compose up

Enter http://localhost:8080/ in a browser to see the application running.


License

This project is released under the MIT License, you agree to license your code under the MIT license

docker-nginx-passenger's People

Contributors

20uf avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.