Tag: docker-compose

Setup SonarCube server with docker-compose and connect to GitHub/Azure DevOps

Setup SonarCube server with docker-compose and connect to GitHub/Azure DevOps Table of Contents Setup SonarCube server with docker-compose and connect to GitHub/Azure DevOps ...

Docker compose with dockerfile in subdirectory

Had a nice challenge today playing around with docker, mainly docker-compose. What I wanted to try out was to have the entire application running in docker containers. The setup was...