Skip to content

Instantly share code, notes, and snippets.

@michalkorzawski
Last active January 23, 2023 23:18
Show Gist options
  • Save michalkorzawski/86b2a2abeb0d4f321fff977af0e95167 to your computer and use it in GitHub Desktop.
Save michalkorzawski/86b2a2abeb0d4f321fff977af0e95167 to your computer and use it in GitHub Desktop.
version: '3.8'
services:
jenkins:
environment:
- JAVA_OPTS=-Dhudson.plugins.git.GitSCM.ALLOW_LOCAL_CHECKOUT=true
image: jenkins/jenkins:jdk11
ports:
- 8080:8080
volumes:
- jenkins_home:/var/jenkins_home
- ../your_app:/var/jenkins_home/your_app:ro
volumes:
jenkins_home:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment