Docker-compose variables

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?

Each entry point of each container will tell you that, have a look at the zammad container as an example:

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.