Which environment variables are used by each container?
Hello, I'm trying to figure out which environment variables are used by each containers, but I don't see them anywhere documented (only what they do, but not which continer makes use of them).
What I'm trying to accomplish:
I want each container to have exactly the info it needs, no more no less.
For example, I don't think the proxy needs the database credentials.
Is there somewhere I can get this info?
Thanks
What I'm trying to accomplish:
I want each container to have exactly the info it needs, no more no less.
For example, I don't think the proxy needs the database credentials.
Is there somewhere I can get this info?
Thanks