Commit graph

22 commits

Author SHA1 Message Date
Jeremy Benoist 40595af2cf
Merge remote-tracking branch 'origin/master' into 2.6.0 2022-06-09 11:33:05 +02:00
Kevin Decherf a505e9a1b5 docker: bump nodejs to 16
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2022-06-08 23:13:37 +02:00
Yassine Guedidi 819487721a Back to latest composer version 2022-05-21 23:46:49 +02:00
Yassine Guedidi f1ed14b8f8 Downgrade PHP to 7.4 on Docker 2022-05-13 00:38:53 +02:00
Yassine Guedidi d988065148 Fix tests on Docker by adding missing WebP support 2022-05-13 00:38:53 +02:00
Yassine Guedidi 2ae3ef12af Update to the latest Composer 2.2 version 2022-05-13 00:38:53 +02:00
Yassine Guedidi 1efe54859f Fix SQLite database location 2022-05-03 06:47:58 +02:00
Nicolas Lœuillet 31337b0a0a Fixed composer version in docker dev configuration 2022-04-04 14:02:13 +02:00
Kevin Decherf f51008aef0 Update docker-compose and Dockerfile for dev env
This change should ease the spawn of a development environment.
It can be used as a vscode devcontainer.

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2022-04-04 10:10:55 +02:00
Jérémy Benoist 8d8d6818fb
Merge pull request #4163 from aaa2000/docker-increase-php-memory-limit
Increase php memory limit PHP Docker
2019-11-12 13:58:13 +01:00
adev 64885da458 Increase php memory limit PHP Docker 2019-10-27 19:25:47 +01:00
adev 2068b4458d Add package and PHP extension to PHP docker 2019-10-27 19:04:04 +01:00
Jeremy Benoist 0deec4082f
Add missing tidy extension on Docker
It's required in the 2.4 version
2019-07-06 22:03:40 +02:00
Jeremy Benoist 2a61e13fae
Improve CONTRIBUTING guide
Also:

- update the docker-compose to use Alpine image (lighter)
- update the PHP Dockerfile to use Imagick instead of GD (for GIF support when downloading images) and add support for SQLite
2019-06-19 14:54:38 +02:00
Jérémy Benoist c1a1c46e9d
Force PHP version in Dockerfile 2019-05-23 08:51:54 +02:00
David MOHAMED f5c862640b libpng12-dev was rename as libpng-dev 2018-10-06 14:15:59 +02:00
David MOHAMED 9e83c3bdf0 remove mcrypt since openssl is included in php 7.2
mcrypt extension doesn't exist anymore
2018-10-06 14:15:01 +02:00
Pascal MARTIN ecdefb11f7 Add PHP 'gd' extension to docker
The gd extension is required to export entries as EPUB.
2016-09-30 12:29:37 +02:00
djay b80841f23c Add comment about timezone definition 2016-03-09 09:04:31 +01:00
djay 612f5f1ec7 Add the timezone as an argument in the docker-compose.
For that, need to use v2 of docker-compose (with version >= 1.6.0)
2016-03-09 09:04:19 +01:00
djay 125460345f Add the timezone for PHP docker container 2016-03-09 09:02:06 +01:00
Fabien MEURILLON 540ef5e084 Add basic docker-compose configuration 2016-01-10 14:41:42 +01:00