finally got it up and running, after more than an hour.
finally got it up and running, after more than an hour.
instance_type setting isn't working:"instance_type": "basic" configuration doesn't seem to take effect - the container still uses default settings.
enableInternet: false with a callback named onContainerRequest for fetch requests to the configured workersAddress from inside the container@cloudflare/containers repoinstance_type"instance_type": "basic"enableInternet: falseonContainerRequestworkersAddress@cloudflare/containersThe image "./Dockerfile" does not appear to be a valid path to a Dockerfileawait container.fetch(
"http://localhost:3000/transcode",
{
method: "POST",
body: object.body,
},
);"containers": [
{
"class_name": "MyContainer",
"image": "./Dockerfile",
"max_instances": 5,
"instance_type": "basic",
"name": "n8n-container"
}
]