ezsystems / launchpad

CLI tool to bootstrap an eZ Platform project Docker stack | #justcode
https://ezsystems.github.io/launchpad
MIT License
22 stars 26 forks source link

Default the Session in Redis #94

Closed Plopix closed 3 years ago

Plopix commented 3 years ago

Redis is installed by default. We store the logs, cache, and other things in the container to avoid writings on the Host. Sessions should be always treated that way.

This is a HUGE performance improve for Mac OS users.

ezlaunchpadPR94