This repository contains docker image based ubuntu including the php-fpm 8.3, nodejs 20lts, npm latest, nginx and following Linux and PHP along with composer extensions
If you want to change the php or node version you can pass the build arguments PHP_VERSION NODE_VERSION NPM_VERSION
Linux
- nginx
- bash-completion
- zlib1g-dev
- librabbitmq-dev
- libpq-dev
- libmemcached-dev
- libmemcached11
- postgresql-client
- git
- unzip
- zip
- supervisor
PHP
- gd
- pcntl
- opcache
- pdo
- pdo_pgsql
- pgsql
- redis
- bcmath
- intl
- zip
- sockets
- igbinary
- memcached
- xdebug
The xdebug is disabled by default you can enable it by simply adding the following line in your docker file
RUN docker-php-ext-enable xdebug >/dev/null