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
haoyq
67c5a6a552
php-worker install redis extension
2019-09-30 17:10:56 +08:00
stefan
e608528da5
Merge branch 'master' into gearman
2019-09-02 13:18:28 +02:00
Majid Hadavand
8254c34647
Fix:Issue #2038 Install mongodb php extension ( #2167 )
...
* Fix:Issue #2038 Install mongodb php extension
- Make sure `INSTALL_MONGO` flag is `true`
- Run pecl install mongodb and enable the extentions in `laravel-horizon`
and `php-worker` images
- Remember to rebuild images
* INSTALL flag default set false
2019-07-30 12:54:56 +08:00
Stefan Neuhaus
044261b06f
Implement Gearman Message broker & PHP Extension
2019-07-25 12:03:21 +02:00
stefan
1602ff2dd0
Implement Cassandra DB & PHP Extension ( #2214 )
...
* Implementing Cassandra DB & PHP Extension
* Update documentation for Cassandra
* Added Cassandra for testing CI
2019-07-25 16:18:33 +08:00
Stefan Neuhaus
9a852e7bc7
Implementing Cassandra DB & PHP Extension
2019-07-25 08:02:59 +02:00
xiagw
bc8772441b
add php ext "taint" ( #2150 )
...
* add php ext "taint", only support php7.
2019-05-29 08:56:40 +08:00
Mateusz Qunabu
dba1594b05
allowing php-worker to install gmp extension ( #2152 )
2019-05-29 08:54:20 +08:00
Tunde Aromire
4417083a80
Installation of ffmpeg ( #2118 )
...
* Install ffmpeg in workspace and php-worker.
2019-05-08 22:27:39 +08:00
Yu Li
254a9ae194
php-woker add swoole ( #2045 )
2019-03-15 10:17:55 +08:00
mintalicious
6c8adbc195
Add ghostscript to php worker ( #2035 )
...
* Update docker-compose.yml
* Update Dockerfile
* Update env-example
2019-03-05 11:08:40 +08:00
Lan Phan
d5647295ca
add MYSQL_CLIENT and AMQP for php-worker ( #1949 )
2019-02-09 16:34:34 +08:00
Frank Yuan
04f071555c
fixed php-fpm install phalcon ext bug ( #1811 )
...
* add phalcon ext
* fixed phalcon install
* update index.md
* php-worker install phalcon ext
2019-01-10 10:56:30 +08:00
Lan Phan
03ff791e17
php-worker: add laradock user ( #1928 )
2019-01-09 23:54:32 +08:00
Lan Phan
a1bda23cd9
add new conf example file to run laravel scheduler in php-worker ( #1930 )
2019-01-08 15:30:53 +08:00
Lan Phan
d8c36ab860
add zip extension support for PHP in php-worker ( #1894 )
2018-11-27 17:00:03 +08:00
vladyslavstartsev
0af2115658
added SOAP ext to php-worker ( #1817 )
2018-11-13 20:55:15 +08:00
ThunderbirdsX3
876935452e
Add .gitignore to php-worker ( #1780 )
...
* Add .gitignore
* Change file to example.
2018-09-08 21:31:58 +08:00
vladyslavstartsev
fbc2afee71
implemented option to add bcmath to laradock php-worker ( #1716 )
...
* implemented option to add bcmath to laradock php-worker
* updated docs
2018-07-20 15:44:07 +08:00
Douglas Black
6b6e2d5f86
Adding pcntl to php-fpm, php-worker, addresses #1419
2018-04-24 10:25:16 -04:00
Mahmoud Zalt
101986c76f
merge the php versions dockerfiles in php-fpm, workspace and php-worker
2018-04-06 10:04:56 +03:00
Dearmadman
54e6d66c83
[feature] support for php worker hot load
2018-03-30 14:30:49 +08:00
Shao Yu Lung
349be8b30e
MAINTAINER is deprecated
2018-03-16 21:09:15 +08:00
desaroger
9bd34ed665
Fix typo on grep when checking php-version
2018-02-17 09:35:59 +01:00
desaroger
76da02e779
Add PHP version checkers on all php-related dockerfiles
2018-02-17 09:26:46 +01:00
desaroger
e1c3524f43
Move php-worker mcrypt installation to pecl
2018-02-16 18:51:24 +01:00
desaroger
91131f0963
Add PHP 7.2 support
2018-02-16 18:40:13 +01:00
Victorien Plancke
3e5a6029ab
Update supervisord.conf to enable supervisorctl
...
Enabling supervisorctl allow us to do, start/stop one service without having to stop the entire container for example. Usefull when we have many php process running.
supervisorctl stop laravel-worker
2018-01-04 23:57:33 +01:00
Nick Hope
894b0197e0
Fixed: PHP-Worker has missing PGSQL drivers.
2017-10-29 12:54:05 +00:00
Patrick Mac Gregor
9ce470e14e
[php-worker] dedicated dockerfile for php 7.0/7.1
...
fixes #927 : PHP-Worker container uses PHP-CLI 7.0.9 despite workspace using 7.1.4
2017-08-17 09:39:37 +02:00
Vladislav Otchenashev
08896f9fb6
Fix supervisord.conf file path
...
otherwise image ignores the supplied supervisord.conf
2017-08-16 00:33:51 +03:00
Shao Yu Lung
972bdd90a3
fix rm error
...
ERROR INFO:
Step 4/5 : RUN rm -r /var/lib/apt/lists/*
---> Running in 4a3aa49e0e6e
rm: can't remove '/var/lib/apt/lists/*': No such file or directory
ERROR: Service 'php-worker' failed to build: The command '/bin/sh -c rm -r /var/lib/apt/lists/*' returned a non-zero code: 1
2017-08-04 15:11:10 +08:00
Mahmoud Zalt
2b11fc2299
Merge pull request #732 from cjmaxik/patch-4
...
Update supervisord.conf
2017-04-03 09:56:13 -04:00
Max Mekenya
96c1d7c59c
Update supervisord.conf
...
We have project in `/var/www` by default, not in `/var/www/laravel`
https://github.com/laradock/laradock/issues/731
2017-04-03 15:30:41 +10:00
ZeroC0D3 Team
4f5746f2a7
Refactoring Maintainer Docker File
2017-03-26 14:56:55 +07:00
Ignacio Cabrera
528b60eb17
fixing Volumes and Workdir
2017-03-16 21:03:04 -03:00
Ignacio Cabrera
d505871faf
Adding php-worker for Laravel
2017-03-14 11:05:22 -03:00