This repository was archived by the owner on Oct 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Alexandre Jardin edited this page Nov 14, 2018
·
4 revisions
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.
-
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...
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.