This setup is made using parts of some other solutions and also adding my own.
Currently it uses
- php-fpm
- nginx
- redis
- mysql
- elasticsearch
TODO:
nodejs
You can run the Docker environment using docker-compose:
$ docker-compose up -d
You can run commands inside the symfony
service container:
$ docker-compose run symfony ...