Skip to content

Run php app with docker scale and use nginx as reverse proxy

License

Notifications You must be signed in to change notification settings

sukhoy94/scale-php-docker-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scale PHP Docker Nginx

Description

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.

Technologies

  • PHP
  • Nginx
  • Docker
  • Docker Compose

Requirements

  • Docker
  • Docker Compose

How to Run

  1. Clone this repository:

    git clone git@github.com:sukhoy94/scale-php-docker-nginx.git
    cd scale-php-docker-nginx
    
  2. Start the containers using Docker Compose:

docker-compose up --build
  1. Visit 0.0.0.0:8080 to see results

About

Run php app with docker scale and use nginx as reverse proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published