feat: add AWS media resource management
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"$schema": "node_modules/wrangler/config-schema.json",
|
||||
"name": "eversoloweb",
|
||||
"main": "cloudflare/worker.js",
|
||||
"compatibility_date": "2026-05-08",
|
||||
"compatibility_flags": ["nodejs_compat"],
|
||||
"observability": {
|
||||
"enabled": true
|
||||
},
|
||||
"vars": {
|
||||
"NEXT_PUBLIC_SITE_URL": "https://eversoloweb.workers.dev"
|
||||
},
|
||||
"containers": [
|
||||
{
|
||||
"class_name": "EversoloWebContainer",
|
||||
"image": "./Dockerfile.cloudflare",
|
||||
"instance_type": "standard-1",
|
||||
"max_instances": 1
|
||||
}
|
||||
],
|
||||
"durable_objects": {
|
||||
"bindings": [
|
||||
{
|
||||
"name": "EVERSOLO_WEB",
|
||||
"class_name": "EversoloWebContainer"
|
||||
}
|
||||
]
|
||||
},
|
||||
"migrations": [
|
||||
{
|
||||
"tag": "v1",
|
||||
"new_sqlite_classes": ["EversoloWebContainer"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user