Alberga una configuración de Gitea y Jenkins para pruebas ci/cd
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
341 B

services:
jenkins:
image: jenkins/jenkins:2.484
container_name: jenkins
privileged: true
user: root
restart: always
ports:
- "9000:8080"
- "50000:50000"
volumes:
- ./data:/var/jenkins_home
- /home/server/.ssh/:/var/jenkins_home/.ssh/:ro
- /var/run/docker.sock:/var/run/docker.sock