You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2025. It is now read-only.
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.
Overview
We tend to modify our environment variables a lot. We do this by changing our
.envlocally, propagate the changes to our containers viadocker-compose-common.yamland then update.env.example.However, when people pull the latest changes, their local
.envremains 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.