Laurentvw / docker-node-php-stack

Sample Alpine-based docker stack with HAProxy, Node, Nginx, PHP7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-node-php-stack

Sample Docker stack made with Docker Compose running mostly Alpine-based images (for smaller size) with Node.js (for serving some JS app in the frontend) and Nginx with PHP7 (used as an API backend for the frontend). HAproxy is used as a proxy for the node & nginx web server.

This example may need some configuration changes in order to get to work, it just serves as a starting point.

About

Sample Alpine-based docker stack with HAProxy, Node, Nginx, PHP7


Languages

Language:JavaScript 95.5%Language:PHP 4.5%