Just a small sample project based on symfony with preconfigured nginx and a database.
This project used following technologies:
docker-compose up -d
docker exec -it server bash
composer update
To start the symfony app:
docker-compose up -d
TODO
bin/ - Folder for symfony binaryies installed via composer
config/ - Contains various symfony configs
docker/ - Contains files used with docker
db/ - Folder for the database used
nginx/ - Contains the nginx configuration
migrations/ - Folder for database migrations
public/ - The webroot of the project
src/ - Contains the backend code
templates/ - Contains twig templates that are used to render the frontend
tests/ - Contains phpunti tests
translations/ - The location of translation files