Skip to content

Instantly share code, notes, and snippets.

@wshirey
Created April 29, 2016 17:02
Show Gist options
  • Save wshirey/c80cfa1056647b5e537b9b7f9245d389 to your computer and use it in GitHub Desktop.
Save wshirey/c80cfa1056647b5e537b9b7f9245d389 to your computer and use it in GitHub Desktop.
Docker Compose file for Jenkins & SonarQube
jenkins:
image: jenkins
ports:
- "8080:8080"
- "50000:50000"
sonarqube:
image: sonarqube
ports:
- "9000:9000"
- "9092:9092"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment