2019-09-14 14:30:00 +02:00
|
|
|
{
|
|
|
|
"AWSEBDockerrunVersion": 2,
|
|
|
|
"volumes": [],
|
|
|
|
"containerDefinitions": [
|
|
|
|
{
|
|
|
|
"name": "proxy",
|
2019-10-10 10:00:02 +02:00
|
|
|
"image": "offen/website:latest",
|
2019-09-14 14:30:00 +02:00
|
|
|
"essential": true,
|
|
|
|
"memory": 128,
|
|
|
|
"portMappings": [
|
|
|
|
{
|
|
|
|
"hostPort": 80,
|
|
|
|
"containerPort": 80
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"dependsOn": [
|
|
|
|
{
|
|
|
|
"containerName": "server",
|
|
|
|
"condition": "START"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"links": ["server"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "server",
|
2019-10-23 18:00:56 +02:00
|
|
|
"image": "offen/offen:latest@sha256:e14297bb6c6e03e282b0ce9d38ba2b987ef2a5de16e8943aaae3c3ca75260427",
|
2019-09-14 14:30:00 +02:00
|
|
|
"essential": true,
|
2019-10-10 09:40:39 +02:00
|
|
|
"memory": 256,
|
|
|
|
"command": ["serve"]
|
2019-09-14 14:30:00 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|