Files
jenkis_docker_ssh/compose.yml
T
2025-03-07 19:13:42 +01:00

17 lines
338 B
YAML

networks:
jenkins:
external: true
services:
jenkins_docker_ssh_agent:
build:
context: .
dockerfile: dockerfile
container_name: jenkins_docker_ssh_agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
JENKINS_AGENT_SSH_PUBKEY: ${ssh_key}
networks:
- jenkins