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