eko / docker-symfony

Run a Symfony application using Docker & docker-compose
BSD Zero Clause License
1.29k stars 474 forks source link

Customizations via .env file for docker-compose #145

Closed ricfio closed 3 years ago

ricfio commented 3 years ago

Hi @eko, I have added a new .env file (automatically read by docker-compose), so now it's easier to apply environment customizations like:

Right now I'm working on other customizations on nginx, symfony, and so on, so if you have any tips feel you free to ask me.

PS This is my first pull request ever, I hope I did well everything !

eko commented 3 years ago

Hello @ricfio,

Thank you for your first contribution! Everything looks perfect to me :)

I like the idea of having the values centralized in a .env file and allow overriding these values with env variables.