MQL5-Google-Onedrive/boat-house/pipelines/docker-compose-jenkins.yml
copilot-swe-agent[bot] aaf34679c7 Add boat-house microservices system to project
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-10 06:28:01 +00:00

24 lines
No EOL
440 B
YAML

version: "3"
services:
jenkins:
restart: always
image: jenkins/jenkins:lts
ports:
- 80:8080
- 50000:50000
networks:
- working
volumes:
- /home/localadmin/jenkins-data:/var/jenkins_home
slavel:
restart: always
image: bibinwilson/jenkins-slave
networks:
- working
depend_on:
- jenkins
networks:
working: