Update spring-petclinic.yml

This commit is contained in:
bossardme 2024-07-21 17:09:37 -07:00
parent 432686b711
commit 0b4abf76f3

View file

@ -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