Wirecloud / docker-wirecloud

🐳 Docker Official Image packaging for WireCloud https://conwet.fi.upm.es/wirecloud
Other
8 stars 14 forks source link

Allow to use custom configuration files #15

Closed aarranz closed 6 years ago

aarranz commented 6 years ago

This PR makes possible to use a custom settings.py file instead of configuring the image using environment variables. This is required to be able to configure any of the available settings from Django, for example.

This PR add tests for this feature using a read-only volume, but the behaviour is the same when using Docker's «config». Tests has been created this way because docker-compose does not support Docker's configs.