https://github.com/nguyenantoine/jenkins
Docker-compose for jenkins
https://github.com/nguyenantoine/jenkins
docker-compose jenkins
Last synced: about 2 months ago
JSON representation
Docker-compose for jenkins
- Host: GitHub
- URL: https://github.com/nguyenantoine/jenkins
- Owner: NguyenAntoine
- Created: 2018-12-15T23:19:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T15:46:59.000Z (over 7 years ago)
- Last Synced: 2025-01-10T02:23:40.320Z (over 1 year ago)
- Topics: docker-compose, jenkins
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jenkins docker-compose
[Using Jenkins Docker Image](https://github.com/jenkinsci/docker/blob/master/README.md)
## Installation
Set chown to directory `jenkins_home` to user jenkins
```bash
chown 1000 ./jenkins_home
```
Create the `.env` file from [.env.dist](.env.dist) example with the
environment variables from [docker let's encrypt nginx proxy](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion/wiki/Basic-usage)
```bash
docker-compose up -d
```
## Update docker images
```bash
./updateDockerImages.sh
```