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-25 15:48:20 +02:00
|
|
|
"image": "offen/offen@sha256:4c0d2d5db9bc749d21ad8659008658bf25318074b7c813b0a694e64816df750d",
|
2019-09-14 14:30:00 +02:00
|
|
|
"essential": true,
|
2019-10-10 09:40:39 +02:00
|
|
|
"memory": 256,
|
2019-10-25 15:48:20 +02:00
|
|
|
"command": ["serve"],
|
2019-10-25 15:56:59 +02:00
|
|
|
"environment": [
|
|
|
|
{ name: "OFFEN_SERVER_REVERSEPROXY", "value": "1" }
|
|
|
|
]
|
2019-09-14 14:30:00 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|