This commit is contained in:
2025-03-07 18:33:46 +01:00
commit 3b54b6d1e2
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
networks:
jenkins:
external: true
services:
jenkins_docker_ssh_agent:
image: jenkins/ssh-agent
container_name: jenkins_docker_ssh_agent
environment:
JENKINS_AGENT_SSH_PUBKEY: ${ssh_key}
networks:
- jenkins