mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +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
|
||||
|
||||
jenkins:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.jenkins
|
||||
image: jenkins/jenkins:lts
|
||||
ports:
|
||||
- "8081:8080"
|
||||
- "50000:50000"
|
||||
privileged: true
|
||||
user: root
|
||||
volumes:
|
||||
- jenkins_data:/var/jenkins_home
|
||||
- ./jenkins.yaml:/var/jenkins_home/casc_configs/jenkins.yaml
|
||||
networks:
|
||||
- custom-network
|
||||
environment:
|
||||
- JENKINS_OPTS=--prefix=/jenkins
|
||||
|
||||
zap:
|
||||
image: ghcr.io/zaproxy/zaproxy:stable
|
||||
|
|
Loading…
Reference in a new issue