Sign inSign up

nouchka/symfony

By nouchka

Updated about 2 months ago

Docker image for running Symfony project

Image
8

8.5K

nouchka/symfony repository overview

docker-symfony

Docker Hub repository

Docker Automated buil Build Status

Versions

Version follows php version

  • latest
  • 8 (beta)
  • 7.4 (latest)

Image

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 :

  • apache with php
  • imagemagik extension
  • redis extension
  • xdebug extension
  • pdo, pdo_mysql, pdo_pgsql
  • curl, pdo_sqlite
  • composer bin
  • symfony bin
  • bash completion for symfony
  • bash completion for composer
  • php-cs-fixer bin
  • phpunit

Starting script :

  • disable xdebug on production
  • create and persist composer directory for cache
  • launch init script specified by environment variable for each symfony project before init
  • launch post script specified by environment variable for each symfony project after init
  • make composer install if specified by environment vairable.

Use

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/

Todo

  • Use fonctionnal symfony website for docker-compose.yml, like in docker-compose.test.yml

Donate

Bitcoin Address: 15NVMBpZJTvkefwfsMAFA3YhyiJ5D2zd3R

Tag summary

Content type

Image

Digest

sha256:f78468f71

Size

186.7 MB

Last updated

about 2 months ago

docker pull nouchka/symfony