We have removed the configuration server definition
We have removed the use of the following configuration server environment variables: CONFIG_SERVER_USR and CONFIG_SERVER_PWD
We have mapped the config-repo folder as a volume in each container that needs to read configuration files from the configuration repository
We have defined the SPRING_CONFIG_LOCATION environment variable to point to the configuration files in the configuration repository
We have stored sensitive information such as credentials and passwords in TLS certificates in the Docker Compose .env file
We have defined environment variables with credentials for access to resource managers using the variables defined in the .env file