mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:15:04 +02:00
11 lines
228 B
YAML
11 lines
228 B
YAML
jenkins:
|
|
image: jenkins/jenkins:lts-alpine
|
|
ports:
|
|
- "8080:8080"
|
|
- "50000:50000"
|
|
volumes:
|
|
- ./data:/var/jenkins_home
|
|
environment:
|
|
- JAVA_OPTS=-Dhudson.footerURL=http://jenkins.easypi.pro
|
|
restart: always
|