Skip to content

Instantly share code, notes, and snippets.

@crazyoptimist
Created June 2, 2020 23:45
Show Gist options
  • Save crazyoptimist/e8836cee62dc52a05a94cbcbb6783a09 to your computer and use it in GitHub Desktop.
Save crazyoptimist/e8836cee62dc52a05a94cbcbb6783a09 to your computer and use it in GitHub Desktop.
Jenkins docker-compose deployment real quick
git clone https://github.com/CrazyOptimist/jenkins.git your_dir_name
cd your_dir_name
cp .env.example .env
docker-compose up -d
@crazyoptimist
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment