Remove retries from docker-compose-build
During CICD it was creating a duplicate of retries as one was still in the docker-compose-build file. I suppose not having them defined in the normal docker-compose file is fine as we still have 3 default retries and it should start for the users anyway right? Or if it does not work in 3 retries it won't startup anymore?