Initial commit
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
jenkins:
|
||||
image: jenkins/jenkins:lts
|
||||
container_name: jenkins
|
||||
restart: always
|
||||
volumes:
|
||||
- jenkins_home:/var/jenkins_home
|
||||
networks:
|
||||
- reverse-proxy
|
||||
|
||||
volumes:
|
||||
jenkins_home:
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user