Skip to content

Instantly share code, notes, and snippets.

@koboltmarky
Created November 28, 2016 14:08
Show Gist options
  • Save koboltmarky/b244f9d21e4ad48031faa10cd58dad81 to your computer and use it in GitHub Desktop.
Save koboltmarky/b244f9d21e4ad48031faa10cd58dad81 to your computer and use it in GitHub Desktop.
{
"project": "oh-hai",
"services": [
{
"id": "frontend",
"apps": [
{
"id": "apache",
"domain": {
"uri": "test1.mmbash.de test2.mmbash.de"
},
"mem": 256,
"ssl": true,
"image": "sloppy/apache-php",
"instances": 1,
"port_mappings": [
{
"container_port": 80
}
],
"env": {
"MESSAGE": "sloppy.io rulez!"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment