This is an example application to demonstrate how to use https://github.com/tzunghaor/settings-bundle
These notes are mainly for myself.
To use a locally installed/modified settings bundle: The docker-compose.yml is set up expecting that this settings-example and the settings-bundle repository are installed as two directories in the same parent directory. Add the following to composer.json:
"repositories": [
{
"type": "path",
"url": "../settings-bundle"
}
],
and modify the relevant line in the require section to "tzunghaor/settings-bundle": "dev-main"
Composer update (Dockerfile for this is in settings-bundle, see there in Tests/howto-test.md):
./composer-update.sh