Commit Graph

6 Commits

Author SHA1 Message Date
Mahmoud Zalt
405067d4af Separate the PHP versions to multiple dockerfiles
Because there's some difference in installing some libraries
between PHP 5 and PHP 7. There must be multiple php dockerfiles.
For that I created 3 docker files each of a different version,
this will make it easy for the users to switch between the PHP
version by just editing the docker-compose file and not touching
the dockerfiles.
2016-05-14 04:50:47 +03:00
Mahmoud Zalt
470873acd2 add Memcached support to the readme file 2016-05-12 15:23:42 +03:00
matt
295a0974da install php memcached 2016-05-12 02:28:44 +01:00
Mahmoud Zalt
64bf3222af set php work directory to laravel's directory 2016-05-09 15:45:54 +03:00
benmag@users.noreply.github.com
571bf64eb2 Install pdo_pgsql extension 2016-05-09 13:08:08 +10:00
Mahmoud Zalt
05a83d383f Major updates.
- upgrade docker compose to v2
- build images locally instead of pulling them from the registry
- separate php container form nginx container
- support all the php versions including php 7.0
- remove beanstalked container to be optionally added later by the user
2016-05-06 17:04:02 +03:00