Skip to content

Instantly share code, notes, and snippets.

@triwats
Last active June 2, 2018 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triwats/2dbac5ff7cb4e76f3bb7d185b6fdbd8c to your computer and use it in GitHub Desktop.
Save triwats/2dbac5ff7cb4e76f3bb7d185b6fdbd8c to your computer and use it in GitHub Desktop.
[
{
"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