This is a docker compose project for developing code with PHP 7.4 and mariadb 10.4
This package is built for development of PHP pure project.
- Main Goal:
XAMPP ALTERNATIVE FOR DEVELOPMENT WITH DOCKER
- Includes:
PHP 7.4
PHP FPMNGINX
latest veriosn of alpine nginxMariaDB 10.4
The most common version of mariaDBRedis Driver
the Redis driver of PHPMongoDb Driver
the MongoDb driver of PHPXDebug
ability to debug project with XDebugBlack-Fire
@fabpot black-fire cliNPM
Node.js package managerTimeZone
We set Asia\Tehran Timezone for PHP
For starting simply use this command
docker-compose up -d
For stopping the containers use this command
docker-compose down