wodby / drupal-php

PHP docker container image for Drupal
https://wodby.com/stacks/drupal
MIT License
60 stars 80 forks source link

not support for docker secret? #63

Closed killbus closed 5 years ago

killbus commented 5 years ago

I really like the feature of 'wodby/mariadb':

# usage: file_env VAR [DEFAULT]
#    ie: file_env 'XYZ_DB_PASSWORD' 'example'
# (will allow for "$XYZ_DB_PASSWORD_FILE" to fill in the value of
#  "$XYZ_DB_PASSWORD" from a file, especially for Docker's secrets feature)

Seems like this is not included in 'woddby/drupal-php', but of course we can just modify the source code of deployed drupal.

killbus commented 5 years ago

I think this is not necessary really.

closed.