OpenCTI-Platform / docker

OpenCTI Docker deployment helpers
161 stars 177 forks source link

Update OPENCTI_URL configuration to resolve DNS issues #302

Closed cyc123456789 closed 3 weeks ago

cyc123456789 commented 4 months ago

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.

SamuelHassine commented 3 months ago

@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.