Open
Description
💡 Summary
Move all sensitive data -- in particular, CELERY_BROKER_URL
-- into the secrets raft.
Motivation and context
We shouldn’t store any sensitive data in source control. Additionally, we want a layer of abstraction between these containers and the set of credentials. This makes for better secret management.