All Projects → shameerc → Docker Php7

shameerc / Docker Php7

Compose Docker with PHP7,FPM,MariaDB and Nginx

Projects that are alternatives of or similar to Docker Php7

Devilbox
A modern Docker LAMP stack and MEAN stack for local development
Stars: ✭ 3,598 (+7242.86%)
Mutual labels:  mariadb, docker-compose, nginx
Docker Magento Mutagen
Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
Stars: ✭ 64 (+30.61%)
Mutual labels:  mariadb, docker-compose, nginx
Wordpress Nginx Docker
Wordpress (php7.3-fpm) using Nginx and MariaDB - deployed with docker-compose - Let's Encrypt enabled
Stars: ✭ 498 (+916.33%)
Mutual labels:  docker-compose, nginx
Centminmod
CentOS Shell menu based Nginx LEMP web stack auto installer (GPLv3 licensed)
Stars: ✭ 519 (+959.18%)
Mutual labels:  mariadb, nginx
Filterlists
🛡 The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Stars: ✭ 653 (+1232.65%)
Mutual labels:  docker-compose, nginx
Docker Nginx Letsencrypt Upstream
infrastructure: docker-compose config for node and redis behind upstream nginx ( SSL/HTTPS ) on debian jessie
Stars: ✭ 47 (-4.08%)
Mutual labels:  docker-compose, nginx
Micro Auth
A microservice that makes adding authentication with Google and Github to your application easy.
Stars: ✭ 466 (+851.02%)
Mutual labels:  docker-compose, nginx
Wordops
Install and manage a high performance WordPress stack with a few keystrokes
Stars: ✭ 649 (+1224.49%)
Mutual labels:  mariadb, nginx
Nginx Ui
Nginx UI allows you to access and modify the nginx configurations files without cli.
Stars: ✭ 4,067 (+8200%)
Mutual labels:  docker-compose, nginx
Ngx mruby Package Builder
Package Builder of ngx_mruby with Docker
Stars: ✭ 25 (-48.98%)
Mutual labels:  docker-compose, nginx
Jale
Jale is a blazing fast local development environment for MacOS written in Typescript.
Stars: ✭ 24 (-51.02%)
Mutual labels:  mariadb, nginx
Wp Vps Build Guide
A verbose build guide for a modern, high-performance WordPress production VPS.
Stars: ✭ 31 (-36.73%)
Mutual labels:  mariadb, nginx
Wordpress Nginx Docker Compose
Run WordPress with nginx using Docker Compose.
Stars: ✭ 460 (+838.78%)
Mutual labels:  docker-compose, nginx
Docker Laravel
🐳 Build a simple laravel development environment with docker-compose.
Stars: ✭ 415 (+746.94%)
Mutual labels:  docker-compose, nginx
Phpmyfaq
phpMyFAQ - Open Source FAQ web application for PHP and MySQL, PostgreSQL and other databases
Stars: ✭ 494 (+908.16%)
Mutual labels:  mariadb, docker-compose
Django React Boilerplate
DIY Django + React Boilerplate for starting your SaaS
Stars: ✭ 385 (+685.71%)
Mutual labels:  docker-compose, nginx
Nzedb
nZEDb - a fork of nnplus(2011) | NNTP / Usenet / Newsgroup indexer.
Stars: ✭ 556 (+1034.69%)
Mutual labels:  mariadb, nginx
Magento2 Varnish Redis Ssl Docker Compose
Deploy Magento2 with Varnish Cache and Redis with SSL termination using Docker-compose tool
Stars: ✭ 37 (-24.49%)
Mutual labels:  docker-compose, nginx
Stacker
Stacker - The environment for local web development, ready for use.
Stars: ✭ 356 (+626.53%)
Mutual labels:  docker-compose, nginx
Ddev
DDEV-Local: a local PHP development environment system
Stars: ✭ 915 (+1767.35%)
Mutual labels:  mariadb, docker-compose

Docker-PHP7

A quick and easy way to setup your PHP application using Docker and docker-compose. This will setup a developement environment with PHP7-fpm, MariaDB and Nginx.

Usage

git clone [email protected]:shameerc/docker-php7.git
cd docker-php7
docker-compose up

Structure

├── app
│   └── public
│       └── index.php
├── database
├── docker-compose.yml
├── fpm
│   ├── Dockerfile
│   └── supervisord.conf
├── nginx
│   ├── Dockerfile
│   └── default.conf
  • app is the directory for project files. Our Nginx config is pointing to app/public, which can be changed in nginx/default.conf
  • database is where MariDB will store the database files.

How it works

Read Here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].