Skip to content

Jenkins up and running using nginx and docker

License

Notifications You must be signed in to change notification settings

a11anarete/jenkins-nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jenkins-nginx

Jenkins up and running using nginx and docker

Quickstart

clone the repository, go to the project's root and launch and type

docker-compose up -d

Get wait for the containers to start and jenkins will be available on http://localhost:8080

How it works

It's a docker-compose project which has two services:

  • jenkins (jenkinsci/blueocean): The jenkins master
  • nginx (nginx): Reverse proxy to handle connections to the jenkins master

About

Jenkins up and running using nginx and docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published