the moment in the logs of one of CVAT containers, where there was the same connection error repeating, already something not about wrong credentials, untill I created the cvat database myself manually
the moment in the logs of one of CVAT containers, where there was a total wait for a confusingly long amount of time, untill I realized I forgot to run that my own redis container and finally ran it
CVAT database in my local PostgreSQL, with all the whatever migrations applied successfuly
the redis container in question compared to the rest occupied in CVAT. thats the same container used in my maritime project btw
(2/2)
having fixed the file, I however still got postgres connection error
turns out it was knocking on a nonexistent DB which I had to create
later it just stopped - turns out, waited for redis whose container i had to run
only then I got my CVAT
#docker #devops #containers #database #software