mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Update spring-petclinic.yml
This commit is contained in:
parent
432686b711
commit
0b4abf76f3
1 changed files with 3 additions and 5 deletions
|
@ -36,19 +36,17 @@ services:
|
||||||
- prometheus
|
- prometheus
|
||||||
|
|
||||||
jenkins:
|
jenkins:
|
||||||
build:
|
image: jenkins/jenkins:lts
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile.jenkins
|
|
||||||
ports:
|
ports:
|
||||||
- "8081:8080"
|
- "8081:8080"
|
||||||
- "50000:50000"
|
- "50000:50000"
|
||||||
|
privileged: true
|
||||||
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- jenkins_data:/var/jenkins_home
|
- jenkins_data:/var/jenkins_home
|
||||||
- ./jenkins.yaml:/var/jenkins_home/casc_configs/jenkins.yaml
|
- ./jenkins.yaml:/var/jenkins_home/casc_configs/jenkins.yaml
|
||||||
networks:
|
networks:
|
||||||
- custom-network
|
- custom-network
|
||||||
environment:
|
|
||||||
- JENKINS_OPTS=--prefix=/jenkins
|
|
||||||
|
|
||||||
zap:
|
zap:
|
||||||
image: ghcr.io/zaproxy/zaproxy:stable
|
image: ghcr.io/zaproxy/zaproxy:stable
|
||||||
|
|
Loading…
Reference in a new issue