Skip to content

Production-ready docker environment for Symfony based webapps.

License

Notifications You must be signed in to change notification settings

okwinza/docker-symfony

Repository files navigation

Real Docker environment for Symfony apps

This is a complete and hightly flexible stack for running Symfony 4 (latest version: Flex) into Docker containers using docker-compose tool.

Features

  • Flexible and easily configurable.
  • (Almost) production-ready.
  • Uses it's own makefile to manage the environment.

Installation

  • Clone the repository into docker folder (or wherever you wish).
  • Make sure you have make installed on your host machine.
  • Copy .env.dist into .env and configure to your liking.
  • Use make start to build & start the env.

Services

Logs

You can access Nginx and your application logs in the following directories on your host machine:

  • logs/nginx
  • logs/app

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.

Code license

You are free to use the code in this repository under the terms of the 0-clause BSD license. LICENSE contains a copy of this license.

Useful links

This docker setup is based on following works:

About

Production-ready docker environment for Symfony based webapps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published