Closed BRTPOB closed 2 years ago
Are you saying that if you set 3 instances in docker and do not set then env then it errors out?
Correct, I set 3 versions of Sonarr and Radarr (VRKN_SONARR_1_URL=sonarr:8989, VRKN_SONARR_2_URL=sonarr4k:18989, VRKN_SONARR_3_URL=sonarrdv:28989) in the docker-compose.yml file for the environment variables, but the ini only had 2 and it threw the error above.
To be honest. I have no desire to support the docker compose method of configuring any longer. It has not worked well and confuses many. I would suggest moving to just the INI config file as the ENVs will be removed in the future.
That's fine, but the documentation needs to be clear because as of right now it states that you can do either one, and the ENV variables will override the ini, which is why I set it up this way in the first place.
Removed.
Describe the bug When a user has more than the expected maximum number of services (in my case 3 for Sonarr and Radarr), Varken will throw an exception that the expected section does not exist in the ini file.
To Reproduce Steps to reproduce the behavior:
Expected behavior Expected Varken to actually override the requirement of the ini file, since everything has already been configured in the environment variables for Varken.
Environment (please complete the following information):
Additional context