Skip to content

Instantly share code, notes, and snippets.

@tad124737337
Last active May 20, 2017 10:22
Show Gist options
  • Save tad124737337/5adc766ce782de747dff75cb12c49422 to your computer and use it in GitHub Desktop.
Save tad124737337/5adc766ce782de747dff75cb12c49422 to your computer and use it in GitHub Desktop.
{
"id":"community-atlassian-jira",
"cpus":1,
"mem":1024,
"container":{
"type":"DOCKER",
"volumes":[
{
"containerPath":"/var/atlassian/jira",
"hostPath":"/srv/marathon-efs/community-atlassian/jira/install",
"mode":"RW"
},
{
"containerPath":"/opt/atlassian/jira/logs",
"hostPath":"/srv/marathon-efs/community-atlassian/jira/logs",
"mode":"RW"
},
],
"docker":{
"image":"jira711",
"network":"BRIDGE",
"portMappings":[
{
"containerPort":8080,
"hostPort":0
}
]
}
},
"labels": {
"tags": "community,mcws,production", #CHANGEME
"app": "jira",
"env": "production",
"project": "community"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment