2019-09-09 20:01:22 +02:00
|
|
|
{
|
|
|
|
"AWSEBDockerrunVersion": 2,
|
|
|
|
"volumes": [],
|
|
|
|
"containerDefinitions": [
|
|
|
|
{
|
|
|
|
"name": "proxy",
|
2019-09-11 12:44:51 +02:00
|
|
|
"image": "offen/proxy:stable",
|
2019-09-09 20:01:22 +02:00
|
|
|
"essential": true,
|
|
|
|
"memory": 128,
|
|
|
|
"portMappings": [
|
|
|
|
{
|
|
|
|
"hostPort": 80,
|
|
|
|
"containerPort": 80
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"dependsOn": [
|
|
|
|
{
|
|
|
|
"containerName": "server",
|
|
|
|
"condition": "START"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"links": ["server"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "server",
|
2019-09-11 12:44:51 +02:00
|
|
|
"image": "offen/server:stable",
|
2019-09-09 20:01:22 +02:00
|
|
|
"essential": true,
|
2019-09-11 12:44:51 +02:00
|
|
|
"memory": 256
|
2019-09-09 20:01:22 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|