Last active
June 2, 2018 20:56
-
-
Save triwats/2dbac5ff7cb4e76f3bb7d185b6fdbd8c to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"type": "container", | |
"title": "Jenkins", | |
"description": "Open-source continuous integration tool", | |
"categories": ["continuous-integration"], | |
"platform": "linux", | |
"logo": "https://portainer.io/images/logos/jenkins.png", | |
"image": "jenkins/jenkins:lts", | |
"ports": [ | |
"8080/tcp", | |
"50000/tcp" | |
], | |
"env": [ | |
{ | |
"name": "JENKINS_OPTS", | |
"label": "Jenkins options" | |
} | |
], | |
"volumes": ["/var/jenkins_home"] | |
}, | |
{ | |
"type": "container", | |
"title": "radarr", | |
"descripton": "radarr", | |
"platform": "linux", | |
"image": "linuxserver/radarr:latest", | |
"ports": ["7878/tcp"], | |
"volumes": [ | |
{ | |
"container": "/config", | |
"bind": "/home/plagueis/config" | |
} | |
] | |
}, | |
{ | |
"type": "container", | |
"title": "OpenVPN", | |
"descripton": "OpenVPN with multiple configurations available", | |
"platform": "linux", | |
"image": "dceschmidt/openvpn-client", | |
"privileged": true, | |
"ports": ["1111/tcp"] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment