geerlingguy / raspberry-pi-dramble

DEPRECATED - Raspberry Pi Kubernetes cluster that runs HA/HP Drupal 8
http://www.pidramble.com/
MIT License
1.66k stars 260 forks source link

settings.php file not shared between replicas, causes havoc #139

Closed geerlingguy closed 5 years ago

geerlingguy commented 5 years ago

Since the default settings.php that Drupal ships with doesn't use environment variables, Drupal gets... funky when you have multiple containers running and only one of them has the installed settings.php file.

In other words... you really need to build Drupal outside the running container then drop it into the container with a flexible/generic settings.php.

And apparently geerlingguy/drupal isn't currently doing that.

Will need to figure this out at some point :)

Related: https://github.com/geerlingguy/raspberry-pi-dramble/issues/111

geerlingguy commented 5 years ago

For now going to bump replicas back down to 1 for demo purposes.