Files
jenkis_docker_ssh/compose.yml
T

15 lines
275 B
YAML

networks:
jenkins:
external: true
services:
jenkins_docker_ssh_agent:
build:
context: .
dockerfile: dockerfile
container_name: jenkins_docker_ssh_agent
environment:
JENKINS_AGENT_SSH_PUBKEY: ${ssh_key}
networks:
- jenkins