mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
19 lines
321 B
JSON
19 lines
321 B
JSON
{
|
|
"containerDefinitions": [
|
|
{
|
|
"name": "app",
|
|
"image": "asimonson1125/asimonson1125.github.io",
|
|
"essential": true,
|
|
"memory": 500,
|
|
"cpu": 10,
|
|
"portMappings": [
|
|
{
|
|
"containerPort": 80,
|
|
"hostPort": 80
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"family": "Portfolio"
|
|
}
|