Created
June 2, 2020 23:45
-
-
Save crazyoptimist/e8836cee62dc52a05a94cbcbb6783a09 to your computer and use it in GitHub Desktop.
Jenkins docker-compose deployment real quick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/CrazyOptimist/jenkins.git your_dir_name | |
cd your_dir_name | |
cp .env.example .env | |
docker-compose up -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's too fast!!
Feel free to create issues in case you have any trouble in using this repo, including security issues, etc.
I will try to keep this repo up-to-dated.