AlexBa / Symfony-Docker-Demo

:whale: Demo project to show how you can make Symfony and Docker compatible with each other.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony Docker Demo

Symfony Docker Demo

Installation

First, you have to clone this repository.

$ git clone https://github.com/AlexBa/Symfony-Docker-Demo.git

Then, you have to set up your docker container with docker-compose.

$ docker-compose up

Custom Parameters

You can put your custom development parameters into the file config/env/dev.env.

APP_CACHE_DIR=/tmp/cache
APP_LOG_DIR=/var/log/apache2
APP_RUN_MODE=dev
SYMFONY__LOCALE=en
SYMFONY__SECRET=ThisShouldBeYourSecretToken
SYMFONY__REDIS_HOST=redis

About

:whale: Demo project to show how you can make Symfony and Docker compatible with each other.

License:GNU General Public License v3.0


Languages

Language:PHP 84.7%Language:HTML 8.2%Language:ApacheConf 6.0%Language:Shell 1.1%