ajardin / docker-symfony
Docker environment that meets Symfony requirements
Installs: 331
Dependents: 0
Suggesters: 0
Security: 0
Stars: 42
Watchers: 5
Forks: 6
Open Issues: 0
Language:Makefile
This package is auto-updated.
Last update: 2022-10-25 17:48:11 UTC
README
This repository allows the creation of a Docker environment that meets Symfony requirements.
What you will find here is an environment designed to simplify the development workflow when working with a Symfony application. Thus, some services or configurations are not suitables for a production usage.
Architecture
Services
blackfire
: blackfire/blackfire:latest image (application profiling).maildev
: djfarrelly/maildev:latest (emails testing).nginx
: nginx:1.15-alpine custom image with HTTPS (web server).php
: php:7.2-fpm-alpine custom image with additional extensions and Composer.postgres
: postgres:10-alpine image (database).
And more to come...
Documentation
In order to make things more readable, and maintainable, the documentation has been migrated to the repository Wiki. Where you will find all details about the installation process along the available instructions for the day-to-day work.