main changes in the main docker-compose file of CVAT: deleted configurations of postgres (cvat_db) and redis containers; environment variables for connection to postgres went to the main anchor (where variables are gathered to avoid repeating) and on this level CVAT_ was added to them. apparently, as I made the conclusion from logs - to override the default connection config, which was adjusted for server and DB created by the postgres instance from the container, that I deleted
more changes for the CVAT docker compose file, that's its end. of course removed the volumes related to unnecessary containers too, and this extra_hosts section I added to all the rest of containers, just in case
successfully logged in and started using CVAT, though so far i dunno what to do with it next but thats another story :D more details on how I was setting this up - in the post right below
today I had to use CVAT (data segmentation program) which is launched with docker compose
the docker compose included postgresql and redis
which I both already have
so I removed their config from the file and connected the rest outwards
(1/2)
#devops #docker #compose #containers #software