2017 © Pedro Peláez
 

project symfony-docker

The Symfony Docker Edition, featuring Docker and Docker Compose – by Daniel Ribeiro

image

drgomesp/symfony-docker

The Symfony Docker Edition, featuring Docker and Docker Compose – by Daniel Ribeiro

  • Monday, June 19, 2017
  • by drgomesp
  • Repository
  • 20 Watchers
  • 199 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 51 Forks
  • 2 Open issues
  • 8 Versions
  • 5 % Grown

The README.md

, (*1)

Symfony Docker Edition by Latest Stable Version

The unofficial Symfony Docker Edition – by @drgomesp, (*2)

http://drgomesp.github.io/symfony-docker/, (*3)

This is an unofficial, open-source and community-driven boilerplate for Symfony projects that run on Docker. It's an attempt of standardizing and making it easier to bootstrap Symfony applications ready for development and production environments. The main tools used are Symfony, Docker and Docker Compose. Other things included are:, (*4)

  • PHP 7.1 + PHP-FPM
  • Nginx
  • Xdebug
  • Opcache

Table of Contents

Installation

Before anything, you need to make sure you have Docker properly setup in your environment. For that, refer to the official documentation for both Docker and Docker Compose. Also, if you're developing on Mac or Windows – yeah, maybe that's the case –, make sure you have Docker Machine properly setup., (*5)

This project depends on having jwilder/nginx-proxy running. This is a reverse proxy container that will allow having multiple projects running on port 80., (*6)

Build and run the containers:, (*7)

docker-compose up -d --build

Once that's done, you should be able to access the application on the IP that docker (or Docker Machine) is running at., (*8)

FAQ

Coming soon..., (*9)

Enjoy!, (*10)

The Versions