A modern Docker LAMP stack and MEAN stack for local development
Go to file
2016-10-10 13:06:47 +02:00
bin Adding more container 2016-10-10 10:16:09 +02:00
doc/img README 2016-10-10 13:06:47 +02:00
etc Adding more container 2016-10-10 10:16:09 +02:00
www README 2016-10-10 13:06:47 +02:00
.gitignore Initial commit 2016-10-09 18:47:49 +02:00
docker-compose.yml Adding more container 2016-10-10 10:16:09 +02:00
env-example Adding more container 2016-10-10 10:16:09 +02:00
LICENSE.md Initial commit 2016-10-09 18:47:49 +02:00
README.md README 2016-10-10 13:06:47 +02:00

Devilbox

The ultimate Docker-based LAMP/LEMP Stack for your development host.

Overview

  • All logs are available on your Host computer
  • MySQL localhost socket is available in PHP container
  • MySQL 127.0.0.1:3006 is available in PHP container
  • Xdebug is included

Run-time Matrix

You can choose any combination of the following docker images during run-time:

This is under active development. Only the linkable items work at the moment.

Webserver Database PHP
Apache 2.2 MySQL 5.5 PHP 5.4
Apache 2.4 MySQL 5.6 PHP 5.5
Nginx MySQL 5.7 PHP 5.6
MariaDB 5 PHP 7.0
MariaDB 10 PHP 7.1

Start

  1. Copy env-example to .env
  2. Edit .env
  3. docker-compose up

Pre-configured Intranet

Intranet Home Intranet vHost Intranet DB