Local development won't commonly need more than a single target site/app database to work against, so we should have a docker-compose.local.yml file and example.local.env file with trimmed down config so developers don't need to setup the monster that is the full live config.
Local development won't commonly need more than a single target site/app database to work against, so we should have a
docker-compose.local.yml
file andexample.local.env
file with trimmed down config so developers don't need to setup the monster that is the full live config.