Skip to content

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

License

Notifications You must be signed in to change notification settings

AlexBa/Symfony-Docker-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published