Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 419 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 419 Bytes

Docker Boilerplate

Docker-compose configuration with stack: PHP 7.3.5 with Xdebug and composer, MySQL 8.0.15 and Nginx 1.15.10.

In the near future will be added: Redis, ELK, mailhog and Rabbitmq.

Boilerplate created for the needs of a private project using Symfony.

How run?

Before run containers set variables in .env files.

Run docker-compose with all available containers

docker-compose up -d