stefanorg/dockerized-php-dev

Dockerized php dev with zray

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Language:Shell

pkg:composer/stefanorg/dockerized-php-dev

dev-master 2015-10-29 10:57 UTC

This package is not auto-updated.

Last update: 2025-10-01 13:48:49 UTC


README

This module is intended to use as a skeleton starting point and is based on the ideas of andreaskoch/dockerized-magento

Requirements

You need

  • docker
  • docker-compose
  • composer

Create the Skeleton

  • composer.phar create-project -s dev stefanorg/dockerized-php-dev my-project

Editing the docker env config file

  • Copy docker-compose.local.yml.dist to docker-compose.local.yml
  • Edit:
    • docker-compose.local.yml with your host specific directories
    • docker-compose.yml with your app specific settings

Script

A utility script is provided, run ./container.sh to see the options