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
- Host: GitHub
- URL: https://github.com/sabinus52/docker-spiderman
- Owner: sabinus52
- Created: 2023-12-11T13:56:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-11T15:11:13.000Z (6 months ago)
- Last Synced: 2025-01-24T10:11:19.467Z (4 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`