This change addresses DNS resolution errors encountered during deployment. By using an environment variable, we allow for more flexible configuration across different environments without modifying the YAML file directly.
@cyc123456789 The base URL can be different and I think it is dangerous to put the same thing. opencti should resolved as part of the docker network / compose stack.
Changed OPENCTI_URL in the YAML file from a hardcoded value to an environment variable:
This change addresses DNS resolution errors encountered during deployment. By using an environment variable, we allow for more flexible configuration across different environments without modifying the YAML file directly.