Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 835 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 835 Bytes

Docker Paas Development Environment

A Quick, Easy, and Intuitive PaaS Solution to Build, Deploy, Manage, and Scale Your Apps.

Requirements

  1. docker 20.10.12
  2. docker-compose 1.29.2
  3. git 2.25.1

Containers

1. PHP

  • php:7.4-fpm-buster
  • composer:2.0
  • git unzip libzip-dev libicu-dev libonig-dev intl pdo_mysql zip bcmath mysqli

2. NGINX

  • nginx:1.18-alpine

Specs

Ports

  • nginx: 8888

Volumes

  • ./src:/var/www

Dotenv

  • .env

fastcgi_pass

  • php:9000

Setup

  1. generate a new repository from this template
  2. git clone https://github.com/you/your-repo.git <your-project>
  3. cd <your-project>
  4. git submodule update --init --recursive
  5. docker-compose up