Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tad124737337/6286ae82df33b573cde511bc2fc5ca59 to your computer and use it in GitHub Desktop.
Save tad124737337/6286ae82df33b573cde511bc2fc5ca59 to your computer and use it in GitHub Desktop.
{
"id":"community-atlassian-confluence",
"cpus":1,
"mem":1500,
"container":{
"type":"DOCKER",
"volumes":[
{
"containerPath":"/var/atlassian/confluence",
"hostPath":"/srv/marathon-efs/community-atlassian/confluence/install",
"mode":"RW"
},
{
"containerPath":"/opt/atlassian/confluence/logs",
"hostPath":"/srv/marathon-efs/community-atlassian/confluence/logs",
"mode":"RW"
},
],
"docker":{
"image":"cptactionhank/atlassian-jira-service-desk",
"network":"BRIDGE",
"portMappings":[
{
"containerPort":8090,
"hostPort":0
}
]
}
},
"labels": {
"tags": "community,mcws,production", #CHANGEME
"app": "confluence",
"env": "production",
"project": "community"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment