Skip to content

Instantly share code, notes, and snippets.

@marsyang1
Last active February 26, 2016 15:48
Show Gist options
  • Save marsyang1/f51b065042e537cf8c08 to your computer and use it in GitHub Desktop.
Save marsyang1/f51b065042e537cf8c08 to your computer and use it in GitHub Desktop.
sloppy service json file
{
"project": "support",
"services": [
{
"id": "wiki",
"apps": [
{
"id": "confluence",
"domain": {
"type": "HTTP",
"uri": "wiki-marsyang1.sloppy.zone"
},
"mem": 1024,
"image": "cptactionhank/atlassian-confluence:latest",
"instances": 1,
"port_mappings": [
{
"container_port": 8090
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment