added new jenkins yml with included build

This commit is contained in:
2026-05-08 12:23:15 +02:00
parent c94980ce56
commit 0f1e68eaf8
+17
View File
@@ -0,0 +1,17 @@
services:
jenkins:
container_name: jenkins
restart: unless-stopped
build:
context: ./jenkins
user: root
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /usr/bin/docker:/usr/bin/docker
# - ./jenkins_home:/var/jenkins_home
- /srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/docker_config/jenkins/:/var/jenkins_home
# - /srv/dev-disk-by-uuid-7a33692e-6462-435b-9c97-029589baeeab/jenkins/workspace:/var/jenkins_home/workspace
# - /srv/dev-disk-by-uuid-7a33692e-6462-435b-9c97-029589baeeab/jenkins/jobs:/var/jenkins_home/jobs
ports:
- "8080:8080"
- "50000:50000"