Commit Graph

1993 Commits

Author SHA1 Message Date
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
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
Alone 41438e9c31 add install supervisor document 2019-10-28 17:55:36 +08:00
Alone 8b2bcc6d15 add config file for supervisord 2019-10-28 17:33:13 +08:00
Alone 75acb9f8a5 Merge remote-tracking branch 'upstream/master' 2019-10-28 16:19:03 +08:00
Lan Phan c09261e99e
Merge pull request #2319 from lbssousa/devcontainer
Add sample configuration for Visual Studio Code Remote Development
2019-10-25 23:47:03 +07:00
Lan Phan b34b052c64
Merge pull request #1968 from Ishodnikov/patch-1
Set my.cnf permissions
2019-10-25 23:31:17 +07:00
Lan Phan 18237b467b
Merge pull request #2293 from pelicancode/patch-1
MySql config file permissions fix
2019-10-25 23:24:17 +07:00
Lan Phan b08385b03e
Merge pull request #2340 from computamike/UpdatingDocs
Update Confluence section
2019-10-25 23:21:59 +07:00
Lukas Besch 7247d8f7ce Install default-mysql-client for PHP 7.3 (#2329)
Install default-mysql-client for PHP 7.3
2019-10-25 23:15:40 +07:00
Mike Hingley f5c00c61be
Update Confluence section
The original text was confusing.  Refactored to attempt to make more sense.
2019-10-25 17:12:59 +01:00
Lan Phan d82734744e
Merge pull request #2339 from computamike/master
fix slight typo
2019-10-25 23:03:57 +07:00
Mike Hingley ef9eee2def
fix slight typo 2019-10-25 16:45:46 +01:00
Alone 6764a88fe6 Install supervistor in the workspace 2019-10-16 18:18:03 +08:00
Laércio de Sousa b7b468765a Add sample configuration for Visual Studio Code Remote Development on Containers. 2019-10-08 09:39:30 -03:00
Shao Yu-Lung (Allen) 04c6aaf338
Merge pull request #2215 from stefnats/gearman
Implement Gearman Message broker & PHP Extension
2019-10-07 17:08:29 +08:00
Shao Yu-Lung (Allen) 4af8ac8f53
fix syntex error (#2317)
* fix syntex error cause by #2309
2019-10-07 17:06:09 +08:00
Shao Yu-Lung (Allen) 25f883fc99
laravel-horizon: fix memcached (#2316)
Fix #2278
2019-10-07 16:19:19 +08:00
Edwin Hui 8755e445d9 CHANGE_SOURCE arg missing for php-fpm (#2311) 2019-10-07 11:18:44 +08:00
Shao Yu-Lung (Allen) 153e65d6a7
Merge pull request #2193 from skipworkgh/mailparse
Added support for the mailparse php pecl extension
2019-10-07 11:03:10 +08:00
Shao Yu-Lung (Allen) 9428a4b781
Merge branch 'master' into mailparse 2019-10-07 11:02:57 +08:00
Shao Yu-Lung (Allen) 747cfaf583
Merge pull request #2309 from sodabrew/patch-1
Use released versions of memcached extension
2019-10-07 11:00:31 +08:00
Shao Yu-Lung (Allen) dfb0f731f5
Merge pull request #2303 from akccakcctw/fix/readme_maintainers_link
Fix README.md maintainers links
2019-10-07 10:58:13 +08:00
Shao Yu-Lung (Allen) 54a29b178a
php-worker: move clean up step to right palce (#2315) 2019-10-07 10:49:11 +08:00
Shao Yu-Lung (Allen) 42af0d8d2c
Merge branch 'master' into gearman 2019-10-07 10:47:37 +08:00
Shao Yu-Lung (Allen) 8f6fa0e868
Merge pull request #2210 from codex-corp/patch-1
Add PCNTL option to php-fpm
2019-10-07 10:39:34 +08:00
Shao Yu-Lung (Allen) d4240ce211
Merge pull request #2304 from haoyq02/fix-php-worker
php-worker install redis extension
2019-10-07 10:13:18 +08:00
Shao Yu-Lung (Allen) 41e9f4a78f
Merge pull request #2313 from sokolby/patch-1
Update README.md
2019-10-07 10:07:23 +08:00
Andrey Barashkov 4dcef17515
Update README.md
Fix link to Maintainers profile
2019-10-04 23:55:56 +03:00
Aaron Stone 902e041f7b
Use released versions of memcached extension 2019-10-02 11:57:23 -07:00
William Ono 3f9b888139 Run php-fpm as different user (#1745) 2019-09-30 16:08:09 -07:00
haoyq 67c5a6a552 php-worker install redis extension 2019-09-30 17:10:56 +08:00
Rex Tsou 6139805561 Fix README.md maintainers links 2019-09-30 13:59:03 +08:00
PeliCan 237e39b40d
MySql config file permissions fix
Reason: [Warning] World-writable config file '/etc/mysql/docker-default.d/my.cnf' is ignored
2019-09-21 15:56:09 +02:00
Shao Yu-Lung (Allen) 861ea6b16e
Merge pull request #2196 from akccakcctw/fix/php-fpm-build-fail
Fix php-fpm build fail (php5)
2019-09-19 09:23:32 +08:00
Shao Yu-Lung (Allen) e2ddee524d
Merge pull request #2259 from atefBB/patch-1
Docs: Fix typo
2019-09-19 09:21:27 +08:00
Shao Yu-Lung (Allen) 1e668764fd
Merge pull request #2286 from vlauciani/install_phpredis_in_laravel-horizon
Laravel-Horizon - In Laravel 6.0 'PhpRedis' is now default instead of 'predis'
2019-09-19 09:20:38 +08:00
Valentino Lauciani 5dbd46f9ff
Update comment 2019-09-16 15:00:44 +02:00
Valentino Lauciani df15420be0
Install PHPREDIS into Laravel-Horizon docker image 2019-09-16 14:58:38 +02:00
Valentino Lauciani e852d203ab
Install PHPREDIS into Laravel-Horizon docker image 2019-09-16 14:57:59 +02:00
Valentino Lauciani eadecf1f1e
Install PHPREDIS 2019-09-16 14:56:48 +02:00
Mahmoud Zalt 308f813e45 Enhance the design and readability of the docs 2019-09-13 18:17:09 +02:00
Mahmoud Zalt 9acb18aee1 Redesign the README and update docs 2019-09-13 12:24:14 +02:00
xiagw 2d444e094c php-fpm implement CHANGE_SOURCE
WIP #2238
2019-09-12 08:36:11 +08:00
stefan e608528da5
Merge branch 'master' into gearman 2019-09-02 13:18:28 +02:00