Docker image for running Symfony project
8.5K
Version follows php version
This image setup a apache2/php container with composer, symfony cmd, php-cs-fixer, xdebug, memcache and imagemagick. It fixs datetime to UTC and sessions are save to redis container.
Features list :
Starting script :
Use with docker compose:
docker-compose up -d
Environment variables:
SYMFONY_ENV=prod ##environment for symfony
SYMFONY_DIRECTORY=/var/www ##directory of a symfony project or containing multiple symfony project
SYMFONY_INIT_site1=True ##Launch composer install for symfony project site1
SYMFONY_PREV_site1=./init.sh ##Launch special script before initialisation, script located in $SYMFONY_DIRECTORY/site1/
SYMFONY_POST_site2=./launch.sh ##Launch special script after initialisation, script located in $SYMFONY_DIRECTORY/site2/
Bitcoin Address: 15NVMBpZJTvkefwfsMAFA3YhyiJ5D2zd3R
Content type
Image
Digest
sha256:f78468f71…
Size
186.7 MB
Last updated
about 2 months ago
docker pull nouchka/symfony