aspendigital / docker-octobercms

Dockerized October CMS: PHP, Composer, October core and dependencies
MIT License
150 stars 54 forks source link

Added CMS_DATABASE_TEMPLATES env variable #30

Closed tobias-kuendig closed 4 years ago

tobias-kuendig commented 4 years ago

The cms.databaseTemplates setting allows to store theme data in the DB. To create proper ephemeral containers this setting should be configurable via an env variable.

I have added the CMS_DATABASE_TEMPLATES variable to achieve this in this PR.