This repository contains a Docker configuration for a PHP application using Nginx as a reverse proxy. The application is scalable, meaning you can run multiple instances of the PHP backend.
- PHP
- Nginx
- Docker
- Docker Compose
- Docker
- Docker Compose
-
Clone this repository:
git clone git@github.com:sukhoy94/scale-php-docker-nginx.git cd scale-php-docker-nginx
-
Start the containers using Docker Compose:
docker-compose up --build
- Visit 0.0.0.0:8080 to see results