New jenkins service

This commit is contained in:
Diogo Carvalho
2024-10-30 00:12:50 +00:00
parent 491b228580
commit 5bc92abec4
2 changed files with 298 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# documentation: https://www.jenkins.io/doc/
# slogan: Jenkins is an open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
# tags: jenkins, automation, open-source
# logo: svgs/jenkins.svg
# port: 8080
services:
jenkins:
image: jenkins/jenkins:latest
ports:
- "8080:8080"
- "50000:50000"
volumes:
- ./jenkins_home:/var/jenkins_home
- /var/run/docker.sock:/var/run/docker.sock