Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 582 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 582 Bytes

Docker Symfony2 setup

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

Running

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 ...