stefanorg / dockerized-php-dev
Dockerized php dev with zray
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Language:Shell
This package is not auto-updated.
Last update: 2025-02-19 10:52:26 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
todocker-compose.local.yml
- Edit:
docker-compose.local.yml
with your host specific directoriesdocker-compose.yml
with your app specific settings
Script
A utility script is provided, run ./container.sh
to see the options