Commit Graph

675 Commits

Author SHA1 Message Date
Mahmoud Zalt
30cf27e011 Fix nginx: [emerg] BIO_new_file("/var/certs/cert1.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/var/certs/cert1.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) 2017-03-16 15:56:37 -04:00
Mahmoud Zalt
dcec8a46a8 replace the links with depends_on in the docker-compose file
closes #636
2017-03-16 15:11:04 -04:00
Mahmoud Zalt
1c7e2e7d85 Merge pull request #684 from laradock/revert-639-master
Revert "Add apache conf file for specific virtualhost ServerName"
2017-03-16 14:41:12 -04:00
Mahmoud Zalt
1d6583e97e Revert "Add apache conf file for specific virtualhost ServerName" 2017-03-16 14:40:45 -04:00
Mahmoud Zalt
1cf5bcde62 Merge pull request #682 from MauricioTRS/master
Elasticsearch - Fix plugins directory
2017-03-16 13:35:24 -04:00
Mahmoud Zalt
db40c67f75 Merge pull request #639 from tiknil/master
Add apache conf file for specific virtualhost ServerName
2017-03-16 13:30:14 -04:00
Mahmoud Zalt
e10ba9fa9f Merge pull request #617 from alchimik/patch-1
don't load opcache extension twice
2017-03-16 13:28:28 -04:00
Mahmoud Zalt
a42a295951 Merge pull request #485 from AliveCorpse/feature/workspace_with_php_7.1
Add dokerfile with php 7.1
2017-03-16 13:26:36 -04:00
Mahmoud Zalt
0678415663 Merge pull request #484 from AliveCorpse/feature/php_fpm_v7.1
Add dockerfile with php-fpm 7.1
2017-03-16 13:26:14 -04:00
Mahmoud Zalt
73a3745cc3 Merge pull request #370 from philtrep/certbot
Certbot container
2017-03-16 13:25:15 -04:00
MauricioTRS
bed0fd9bdb Elasticsearch - Fix plugins directory 2017-03-16 14:24:56 -03:00
Mahmoud Zalt
3f1d4b70a6 Merge pull request #650 from wayanjimmy/feature/mailhog
Add mailhog for mail debugging
2017-03-16 13:23:28 -04:00
Mahmoud Zalt
218ffe641e Merge pull request #659 from thorerik/fix-issue-619
Fix issue 619
2017-03-16 13:21:17 -04:00
Mahmoud Zalt
be39e93ea2 Merge pull request #672 from cabrerabywaters/GOHSTSCRIPT_SUPPORT
Gohstscript support
2017-03-16 13:11:08 -04:00
Mahmoud Zalt
783c9321c9 Merge pull request #679 from davidvleung/master
Refine container name retrieval
2017-03-16 13:10:00 -04:00
David Leung
735647bdf7 Refine container definition
Changed to `docker ps` because this one word wraps.  `docker-compose ps` will create a newline if text is too long in a small terminal window.  Also `awk` represents tokens better than ones created with a " " delimiter.
2017-03-15 13:51:54 -10:00
Ignacio Cabrera
9c14954ff4 Adding GHOSTSCRIPT support 2017-03-14 10:59:38 -03:00
Ignacio Cabrera
fd0cbff16c Adding ARG to docker-compose 2017-03-14 10:58:35 -03:00
Mahmoud Zalt
1a80385a48 change some desgins in the docs site 2017-03-10 13:48:13 -05:00
Thor Erik Lie
048b55186e Fix issue 619 2017-03-08 09:26:08 +01:00
alchimik
94c6240586 workaround for 'Xdebug breaks on access to class static property' (#654)
see https://github.com/docker-library/php/issues/133
2017-03-08 00:15:46 -05:00
alchimik
178d7e1505 fix selenium (#655)
see https://github.com/SeleniumHQ/docker-selenium#running-the-images
2017-03-07 23:57:18 -05:00
Max Mekenya
082a73ee33 Bump NVM script version to 0.33.1 (#658)
https://github.com/creationix/nvm/releases/tag/v0.33.1
2017-03-07 23:56:35 -05:00
Mahmoud Zalt
164b699f24 Merge pull request #653 from thorerik/add-minio
Add minio container
2017-03-06 09:37:56 -05:00
Thor Erik Lie
c63bf5ea07 Revert "Docs updated"
This reverts commit d95b52b7db.
2017-03-06 10:58:05 +01:00
Thor Erik Lie
d95b52b7db Docs updated 2017-03-05 15:07:29 +01:00
Thor Erik Lie
a7503ce3f3 Add Minio container
Minio is an s3 compatible server written in go.
2017-03-05 15:06:22 +01:00
Wayan Jimmy
48710f19c3 Sync with master 2017-03-04 02:10:34 +08:00
Wayan Jimmy
0983cc98fe Setup mailhog 2017-03-04 02:07:29 +08:00
Riccardo Tribbia
6be81f05c2 - Aggiunto servizio php-worker per avviamento queue 2017-03-02 12:14:38 +01:00
David Chen
84b742315a Update README-zh.md (#648) 2017-03-02 16:56:35 +08:00
Riccardo Tribbia
8317fbde5c - Eliminato .env dal repo git per poterlo linkare nel progetto locale
- Impostata configurazione dinamica porte per apache
2017-03-01 15:55:33 +01:00
Riccardo Tribbia
4947dfaad1 - Add apache conf file for specific virtualhost ServerName 2017-02-25 21:25:33 +01:00
alchimik
9cb902a819 fix php warning in php-fpm: "Unable to load dynamic library aerospike" (#622)
* fix php warning in php-fpm: "Unable to load dynamic library aerospike"

* 	fix php warning in php-fpm: "Unable to load dynamic library aerospike"

* simplify solution

* Update Dockerfile-56

* Update Dockerfile-70
2017-02-25 11:11:45 +08:00
Robert Norman
89ff840880 Adding DNS Plugins (#635)
This updates the download URL to include the DNS provider plugins so that we can use letsencrypt on our local environment. One thing to note, the version is not currently available as part of the dynamic download URL so this may need looking at in the future.
2017-02-24 21:55:56 +08:00
Oleh Kukil
df40020eea xdebugPhpFpm executable (#631) 2017-02-23 22:15:14 +08:00
Bo-Yi Wu
7ca8aef0d0 remove html tag. 2017-02-23 13:39:39 +08:00
Mahmoud Zalt
a37ba5c477 solve the sidebar problem in the docs 2017-02-22 23:08:54 -05:00
Mahmoud Zalt
d0c0a13e28 change docs font and add ga 2017-02-22 22:19:03 -05:00
Mahmoud Zalt
39767cc038 Merge branch 'master' of https://github.com/laradock/laradock
* 'master' of https://github.com/laradock/laradock:
  update readme text
2017-02-22 21:35:17 -05:00
Mahmoud Zalt
ba8f911d64 fix docs colors to match with lara.. 2017-02-22 21:35:05 -05:00
Mahmoud Zalt
97c9fbf469 update readme text 2017-02-22 16:45:46 -05:00
Mahmoud Zalt
f5b3c95068 add how to contribute to the docs 2017-02-22 16:17:15 -05:00
Mahmoud Zalt
e5fa629a64 update the docs 2017-02-22 15:58:06 -05:00
Mahmoud Zalt
8e8020e8b0 update the readme.md + re-generate the site 2017-02-22 15:31:27 -05:00
Mahmoud Zalt
edb32f5dd1 Merge pull request #629 from laradock/new-docs
New docs
2017-02-22 15:23:09 -05:00
Mahmoud Zalt
cc22684420 generate the static docs site in the docs root 2017-02-22 15:22:42 -05:00
Mahmoud Zalt
eab4f7c88f generate site in public folder 2017-02-22 15:13:04 -05:00
Mahmoud Zalt
f91ffcfd20 move the readme.md content to hugo site 2017-02-22 14:59:06 -05:00
Mahmoud Zalt
b995b3692e Create CNAME 2017-02-22 09:32:40 -05:00