for managing this variables, instead of the .env file, I need to use a zammad.env file to recall with
env_file:
- ./envs/zammad.env
in the docker-compose.yml, but I need to know which containers use which variables. Do all zammad image based containers need to access all that variables?