Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 687 Bytes

readme.md

File metadata and controls

20 lines (15 loc) · 687 Bytes

Jenkins Docker Compose

Use this repository to run Jenkins as part of docker-compose system.

This repository mainly follows the offical Jenkins instructions on Jenkins.io

Instructions

  1. Clone the git locally
  2. Run the docker compose command:
    $ docker-compose up -d
  3. Complete the post-installation setup wizard

Customization

Using the file plugins.yml you can add / change the plugins to install when setting up the system

Next Steps

  • Add Reverse Proxy
  • Make script with more predefined steps (initial user etc.)