This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Description
Overview
We tend to modify our environment variables a lot. We do this by changing our .env locally, propagate the changes to our containers via docker-compose-common.yaml and then update .env.example.
However, when people pull the latest changes, their local .env remains the same since it is not committed go git (can contains secret stuff, like Slack bot token). This creates bugs and mismatches in the environments.
We need to find a better way to sync everyone to the latest environment variables setup.