This image contains the essential elements to develop with drupal or symfony
50K+
version: "3"
services:
web:
image: sofiene1986/apache-php:8.2
environment:
- SERVERNAME=localhost
- SERVERALIAS=localhost
- DOCUMENTROOT=
# DOCUMENTROOT= (vide) document root sera /var/www/html
# DOCUMENTROOT=web (vide) document root sera /var/www/html/web
- USE_YARN=TRUE (Par défaut yarn ne sera pas installé)
volumes:
- ./html/:/var/www/html/
ports:
- "80:80"
- "443:443"
xdebug on
xdebug off
xhprof on
xhprof off
crontab -e
Exemple de tache cron:
*/15 * * * * wget -q -o /dev/null http://localhost/cron/M8RKg-2INkb5ftW3-nbEeaOXfOaclufPmzKJU_43h5Z8khzXveBk0-5mAWC0mIDjF2gJNhFY5w
Echap + :wq!
install-nodejs VERSION
Exemple: install-nodejs 18
Content type
Image
Digest
Size
390.5 MB
Last updated
almost 5 years ago
docker pull sofiene1986/apache-php