ktbartholomew / saml-20-single-sign-on

Wordpress plugin that makes a Wordpress site act as a SAML service provider
GNU General Public License v2.0
37 stars 22 forks source link

Leverage docker-compose override file for customization #6

Open ktbartholomew opened 8 years ago

ktbartholomew commented 8 years ago

Using the docker-compose override file allows developers to customize the essentials, like environment variables and port mappings, but also to add additional customization if needed without interfering with the source-controlled docker-compose.yml

Use of environment variables should still be encouraged to allow easy reuse of variables within the override file.

/cc @bmanth60