drgomesp/symfony-docker

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Installs: 66

Dependents: 0

Suggesters: 0

Security: 0

Stars: 212

Watchers: 16

Forks: 50

Open Issues: 5

Type:project

2.0.1 2017-06-19 05:10 UTC

This package is not auto-updated.

Last update: 2022-04-30 05:59:09 UTC


README

687474703a2f2f692e696d6775722e636f6d2f7663355a56714c2e706e673f32

Symfony Docker Edition by Latest Stable Version

The unofficial Symfony Docker Edition – by @drgomesp

http://drgomesp.github.io/symfony-docker/

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:

  • 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.

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.

Build and run the containers:

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.

FAQ

Coming soon...

Enjoy!