Additionally, I removed this env var from the docker-compose.yml files, to avoid cluttering these files with an env var that will very likely never change from the default.
Future work
Could be nice to clean up / consolidate all non-default env vars we set into a single .env that docker compose could source
Description
s/false/true
Additionally, I removed this env var from the
docker-compose.yml
files, to avoid cluttering these files with an env var that will very likely never change from the default.Future work
Could be nice to clean up / consolidate all non-default env vars we set into a single
.env
thatdocker compose
could source