https://github.com/crazyoptimist/jenkins
Jenkins Docker-Compose Deployment
https://github.com/crazyoptimist/jenkins
Last synced: 5 months ago
JSON representation
Jenkins Docker-Compose Deployment
- Host: GitHub
- URL: https://github.com/crazyoptimist/jenkins
- Owner: crazyoptimist
- License: mit
- Created: 2020-04-24T23:30:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T04:43:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T22:59:04.355Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins Server on Docker Compose
```shell
mkdir jenkins-server
git clone https://github.com/CrazyOptimist/jenkins.git jenkins-server
cd jenkins-server
cp .env.example .env
docker-compose up -d
```
You can change your host port in .env file.
For more customized usage of the image, you can refer to the official [documentation](https://github.com/jenkinsci/docker/blob/master/README.md)
# License
MIT