Skip to content

Instantly share code, notes, and snippets.

@MikeMichel
Created March 16, 2016 10:19
Show Gist options
  • Save MikeMichel/6005bfe02dc12f9891e4 to your computer and use it in GitHub Desktop.
Save MikeMichel/6005bfe02dc12f9891e4 to your computer and use it in GitHub Desktop.
{
"project": "oh-hai",
"services": [
{
"id": "frontend",
"apps": [
{
"id": "apache",
"domain": {
"type": "HTTP",
"uri": "chris.sloppy.zone"
},
"mem": 512,
"image": "sloppy/apache-php",
"instances": 1,
"port_mappings": [
{
"container_port": 80
}
],
"env": {
"MESSAGE": "Sloppy rulez!"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment