Commit Graph

2166 Commits

Author SHA1 Message Date
Shao Yu-Lung (Allen)
a7faceba37
Merge pull request #2343 from zill057/master
Add CHANGE_SOURCE option for php-worker
2019-12-05 11:41:30 +08:00
Shao Yu-Lung (Allen)
f27c186b93
Merge pull request #2393 from vladyslavstartsev/cachetool-php-fpm
Added CacheTool
2019-12-05 11:40:40 +08:00
牟勇
2c9563d2cd feat: restore some file 2019-12-05 11:27:44 +08:00
牟勇
dab5ff1ac6 feat: restore mysql/my.cnf 2019-12-05 11:26:01 +08:00
牟勇
5a0c905457 feat: change source 2019-12-05 11:23:51 +08:00
牟勇
b6204e5933 pref: add change source flag 2019-12-05 11:16:32 +08:00
牟勇
ba23f41322 Merge branch 'master' of https://github.com/Laradock/laradock 2019-12-05 11:11:29 +08:00
Shao Yu-Lung (Allen)
4b0f58f1b2
Merge pull request #2347 from asannikov/confluence
Confluence
2019-12-05 10:50:30 +08:00
Shao Yu-Lung (Allen)
b753c0580e
Merge pull request #2350 from walterjrp/patch-2
laravel-horizon support Install MongoDB drivers
2019-12-05 10:49:24 +08:00
Shao Yu-Lung (Allen)
8474acdf17
Update env-example 2019-12-05 10:47:31 +08:00
Shao Yu-Lung (Allen)
4afc747bf5
Update docker-compose.yml 2019-12-05 10:46:24 +08:00
Shao Yu-Lung (Allen)
0a4e832371
Merge pull request #2395 from erlangp/patch-1
lowercase
2019-12-05 10:35:55 +08:00
Shao Yu-Lung (Allen)
e53632404f
Merge pull request #2370 from jcs224/postgres-confuence-init-fix
Fix confluence / postgres init
2019-12-05 10:35:27 +08:00
Shao Yu-Lung (Allen)
2d27fc36e8
Merge pull request #2398 from bestlong/update-doc
update document
2019-12-05 10:30:06 +08:00
Shao Yu Lung
9e5ff1888e update document 2019-12-05 10:29:08 +08:00
Shao Yu-Lung (Allen)
8f53cea9f7
Merge pull request #2378 from bkarstaedt/patch-1
Update to Kibana 7.1.1
2019-12-05 08:42:56 +08:00
Shao Yu-Lung (Allen)
5026effcac
Merge pull request #2397 from bestlong/php74
Support PHP 7.4, #2387.
2019-12-05 08:22:46 +08:00
Shao Yu Lung
351f19b8fe support PHP 7.4, #2387. 2019-12-04 23:02:35 +08:00
Claudio Ludovico
d40abcb939
Add arg to laravel-horizon service 2019-12-04 11:40:04 +00:00
Claudio Ludovico
c11c1fd69d
Add ffmpeg directive to Dockerfile 2019-12-04 11:38:36 +00:00
Claudio Ludovico
754e61d15f
Add key to install ffmpeg in horizon 2019-12-04 11:36:47 +00:00
Bagus Erlang
abdcfa1002
Update index.md 2019-12-04 15:38:52 +08:00
Vladyslav Startsev
f5f1f45858 added cachetool to invalidate shared php cache (APCu, OPcache) without reloading PHP-FPM 2019-12-03 12:53:42 +02:00
alone
497878557c Remove the sources.sh Ubuntu_Source parameter 2019-12-01 00:02:59 +08:00
Shao Yu-Lung (Allen)
272222b7f1
Merge pull request #2389 from bestlong/increase_upload_filesize
phpMyAdmin increase upload filesize to 2G
2019-11-30 18:39:57 +08:00
Shao Yu Lung
919cfc0c87 increase update filesize to 2G
#2344
2019-11-30 18:26:16 +08:00
alone
fe2631649c add sources.sh for workspace 2019-11-30 09:06:09 +08:00
alone
c64be9969f delete php-fpm args UBUNTU_SOURCE 2019-11-30 08:54:29 +08:00
alone
24361ca818 add ubuntu sources.list 2019-11-30 08:51:23 +08:00
alone
b5314e5769 Merge remote-tracking branch 'upstream/master' 2019-11-29 02:20:02 +08:00
Lan Phan
50b6272fff
Merge pull request #2372 from lanphan/fix_workspace
Remove duplicated laravel installer code
2019-11-24 01:31:23 +07:00
alone
461e05d677 change workspace ubuntu sources.list file 2019-11-18 03:24:27 +08:00
alone
aff7d9d615 add nvm NVM_NODEJS_ORG_MIRROR 2019-11-18 03:05:13 +08:00
bkarstaedt
440002f0fc
Update to Kibana 7.1.1
When spinning up the stack via `docker-compose -d apache2 elasticsearch kibana` Kibana won't work currently and displays "kibana is not ready yet". `docker-compose logs kibana` the message:

```
{"type":"log","@timestamp":"2019-11-14T15:46:37Z","tags":["status","plugin:reporting@6.6.0","error"],"pid":1,"state":"red","message":"Status changed from uninitialized to red - This version of Kibana requires Elasticsearch v6.6.0 on all nodes. I found the following incompatible nodes in your cluster: v7.1.1 @ 172.26.0.3:9200 (172.26.0.3)","prevState":"uninitialized","prevMsg":"uninitialized"}
```

I update the version to align with elasticsearchs' version which works fine on my machine.
2019-11-15 09:52:48 +01:00
Lan Phan
d3e505cd73 remove duplicated laravel installer code 2019-11-14 22:34:23 +07:00
Joe Sweeney
07c019b672
Fix confluence / postgres init 2019-11-13 22:10:41 -07:00
StefanT123
c3620e95c8 Volumes are created on every docker start (#2247)
* Added graylog to the list of softwares.

* Added persistent volumes for docker-in-docker and graylog.

Added volume for mongo configdb.
These services were making volumes on every start, so we might end up with many unnecessary volumes.
With this pull request this issue is resolved.
2019-11-14 05:22:41 +07:00
Valentino Lauciani
4e5a142c9d YAML extension for php-cli (#2360)
* Add 'WORKSPACE_INSTALL_YAML' variable to install php yaml extension for php-cli

* Set 'INSTALL_YAML' variable to install php yaml extension for php-cli

* Install yaml extension for php-cli
2019-11-14 05:08:54 +07:00
Mahmoud Zalt
c6ad0a1a2d Remove a dead link from the documentation 2019-11-13 19:58:39 +01:00
zhushaolong
0573bbc58a
update document for workspace supervisor 2019-11-13 14:16:47 +08:00
Lan Phan
d4e65a40ff
Merge pull request #2352 from goodjack/patch-2
Use default user
2019-11-11 22:25:49 +07:00
Lan Phan
8aeb64ea37
Merge pull request #2305 from ubc/1745-php-fpm-uid-gid
Run php-fpm as different user (#1745)
2019-11-11 22:10:35 +07:00
Lan Phan
3cdc771abd
Merge pull request #2330 from amorZhu/master
Install supervisord in the workspace
2019-11-07 21:23:45 +07:00
小克
10c28a14fa Use default user 2019-11-02 21:19:37 +08:00
小克
a760da3488
Update index.md 2019-11-02 20:42:33 +08:00
Júnior Araújo
402ea8747a
Install MongoDB drivers 2019-11-01 14:35:23 -03:00
Anton Sannikov
2af7bfa60f Varnish vs Nginx configuration added 2019-10-31 16:02:33 +03:00
Anton Sannikov
babfef7ef6 Merged with master 2019-10-31 12:08:33 +03:00
Anton Sannikov
7ad82a3cd1 Added nginx settings for confluence 2019-10-31 11:58:38 +03:00
Anton Sannikov
83ba1447d4 Merged with master 2019-10-31 11:37:56 +03:00