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