Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 633 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 633 Bytes

Docker LEMP Microservices

This is a LEMP stack infrastructure on docker.

Microservices -

  • nginx 1.13.1
  • mysql 5.6
  • php-fpm 5.6

Pre-requisites

You must have Docker installed. Check the Installation Guide.

Setup

  1. Copy the PHP project into the docroot folder.
  2. Build the docker infrastructure docker-compose build
  3. Run docker-compose build up -d
  4. Open the link http://localhost:8080/.

Database Configuration

  • HOST: mysql
  • PORT: 3306
  • USERNAME: root
  • PASSWORD: root@mysqlserver (update password in mysql dockerfile)