Commit Graph
52 Commits
Author SHA1 Message Date
Mahmoud Zalt 5d84c6481f revers the dependancies between php and the db
to prevent running all the db engines when php is running
2016-05-07 05:29:48 +03:00
Mahmoud Zalt 2b98b0b82e update the readme, include supported containers 2016-05-07 05:10:57 +03:00
Mahmoud Zalt 457c5d4b1b update the readme file
Support selecting your own containers in the docker compose command.
2016-05-07 05:03:07 +03:00
Mahmoud Zalt 9ac7541dc9 upgrade the readme.md to reflect the last changes 2016-05-06 18:33:09 +03: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
Mahmoud Zalt 12051834a3 include screencast tutorial link 2016-04-28 23:40:30 +03:00
Mahmoud Zalt e2593ab522 make submodule add optional in the docs 2016-04-22 17:35:11 +03:00
Mahmoud Zalt 530ffe7433 remove redis restart always from the docker compose file 2016-04-18 12:08:57 +03:00
Mahmoud Zalt c8718e3746 update the logos image 2016-04-12 23:30:01 +03:00
Mahmoud Zalt feaff6fa72 update the documenation 2016-04-12 16:47:45 +03:00
Mahmoud Zalt d98cf4754b simplify the usage steps and create installation steps 2016-04-11 07:50:33 +03:00
Mahmoud Zalt b335364591 fix the documentation 2016-04-08 11:47:35 +03:00
Mahmoud Zalt 105fce8965 simlify and reduce the usage steps 2016-04-08 11:33:33 +03:00
Mahmoud Zalt 0973aaf166 update the documenation - make redis optional 2016-04-08 00:48:32 +03:00
Mahmoud Zalt b5be47fb5e fix a typo in the doc 2016-04-06 08:47:31 +03:00
Mahmoud Zalt 03e7eb622e update the readme file 2016-04-04 10:19:49 +03:00
Mahmoud Zalt d9f10f367c upgrade the readme file
adding the different PHP versions to the docs in addition to general
updates
2016-04-04 10:03:11 +03:00
Mahmoud Zalt dac12296c6 upgrade to php 5.6 by default
adding `phpnginx` or `php55nginx` will pull PHP 5.5 while `php56nginx`
will pull PHP 5.6
2016-04-04 10:02:21 +03:00
Mahmoud Zalt 62ec36d9dd replace the images versions from the latest to the latest stable version (tag).
to avoid any errors while experimenting on the master branch
2016-04-04 05:33:18 +03:00
Mahmoud Zalt 5bc35214e6 update the readme file≈ 2016-03-11 11:06:31 +02:00
Mahmoud Zalt d179226247 update the readme file 2016-03-11 10:11:24 +02:00
Mahmoud Zalt 97ad0cdcfe update the readme file 2016-03-11 09:40:59 +02:00
Mahmoud Zalt 01b41a1245 update the readme file 2016-02-17 18:21:01 +02:00
Mahmoud Zalt 9135e8aa1f upgrade the read me 2016-02-17 17:55:40 +02:00
Mahmoud Zalt e572b0b9e7 edit docker-compose.yml variables to support the new LaraDock structure 2016-02-17 17:51:23 +02:00
Mahmoud Zalt 7e49f6708e get rid of the docker directory 2016-02-17 17:48:59 +02:00
Mahmoud Zalt 1876594511 remove Laravel the installtion 2016-02-17 17:48:07 +02:00
Mahmoud Zalt f34d7ed47f Merge branch 'develop' of https://github.com/LaraDock/starter into develop
* 'develop' of https://github.com/LaraDock/starter:
  add app url to the config and set it to laravel.dev
2015-09-28 18:33:51 +03:00
Mahmoud Zalt 73f8fed8fe update the documentation
add the Docker-Machine mapping step
2015-09-28 18:31:47 +03:00
Mahmoud Zalt 94fddca547 remove the Beanstalkd testing code from Laravel 2015-09-28 18:30:53 +03:00
Mahmoud Zalt d96bf4b177 comment out the Beanstalkd Container from the docker-compose 2015-09-28 18:30:23 +03:00
Mahmoud Zalt c84c92d752 add extra_hosts to docker-compose.yml
add a commented out `extra_hosts` to be uncommented incase of the usage
of `docker-machine` for mapping the `laravel.dev` url to the VM IP
inside the VM container.
2015-09-28 18:29:41 +03:00
Mahmoud Zalt d88f557240 Add APP_URL to the .env file 2015-09-28 18:27:17 +03:00
Mahmoud Zalt b0e3cc3c70 add app url to the config and set it to laravel.dev 2015-09-22 13:23:00 +03:00
Mahmoud Zalt 5674d876f4 fix a typo in the docker-compose file 2015-09-21 22:02:51 +03:00
Mahmoud Zalt c45528e314 add video tutorial link to the readme file 2015-08-23 17:42:59 +03:00
Mahmoud Zalt bcf58b1d4b upgrade the readme file 2015-08-23 14:20:24 +03:00
Mahmoud Zalt ef59341d77 add better description of Docker in the readme file 2015-08-22 13:56:59 +03:00
Mahmoud Zalt cd3fd53338 add the docker hub url of (laradock) to the readme file 2015-08-22 13:11:10 +03:00
Mahmoud Zalt b58a7b1357 update the readme file 2015-08-22 13:03:20 +03:00
Mahmoud Zalt 5114f4723a add .env.docker file to be edited by the user to get a pre configured app 2015-08-22 13:03:05 +03:00
Mahmoud Zalt 05771d1ecb rename the repository from laradock/starter to laradock/laradock 2015-08-22 11:40:05 +03:00
Mahmoud Zalt 63f3721aaa update the readme file 2015-08-21 23:17:24 +03:00
Mahmoud Zalt 62f70d61ce add Readme file 2015-08-21 22:53:44 +03:00
Mahmoud Zalt 0b1743b1bd update images names 2015-08-21 22:53:35 +03:00
Mahmoud Zalt 4e3315e2a3 change development url from localdock to laravel.dev 2015-08-21 22:12:57 +03:00
Mahmoud Zalt 1ea85c5901 delete old testing index.php file 2015-08-21 22:12:24 +03:00
Mahmoud Zalt 369e7a0c8c add License file 2015-08-21 22:12:06 +03:00
Mahmoud Zalt 3e6b9bb2bf update docker-compose file
- rename mysql data image to data,
- make the data hold redis data
- mount redis log file
- force redis to restart always
- add latest tags to all images
- add maintainer name
2015-08-21 15:18:18 +03:00
Mahmoud Zalt 7285e33429 add the docker compose file and the settings 2015-08-21 14:30:25 +03:00
Mahmoud Zalt a5954594ad add laravel installation version 5.1.10 (LTS) 2015-08-21 14:29:52 +03:00
Mahmoud Zalt 661f389b38 initial commit 2015-08-21 14:28:30 +03:00