An open API service indexing awesome lists of open source software.

https://github.com/sabinus52/docker-spiderman

Docker images for application PHP Symfony
https://github.com/sabinus52/docker-spiderman

Last synced: 2 months ago
JSON representation

Docker images for application PHP Symfony

Awesome Lists containing this project

README

        

# Images Docker PHP for applications Symfony

## List of docker images in different versions PHP

- **7.4** (apache and cli)
- **5.6** (apache and cli)
- **8.2** (apache and cli)
- **8.3** (apache and cli)

# Build of images : **php-apache**

## Apache
- Add user *spiderman* for process Apache
- Enable module `rewrite`, `headers`, `expires`, `deflate`

## PHP
- Add module `pdo_mysql`, `gd`, `exif`, `ldap`, `zip`, `xml`, `intl`
- Timezone on Paris

## Tools
- Add `git`, `composer`, `mariadb-client`

# Build of images : **php-cli**

## Cron
- Install crontab
- Add user *spiderman* for cron

## PHP
- Add module `pdo_mysql`, `gd`, `exif`, `ldap`, `zip`, `xml`, `intl`
- Timezone on Paris

## Tools
- Add `git`, `composer`, `mariadb-client`