Skip to content

Commit

Permalink
Update wrangler.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wenfer authored Jul 30, 2024
1 parent ef18c42 commit c0617e3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ TARGET_UPSTREAM = "https://registry-1.docker.io"

[env.production]
name = "cloudflare-docker-proxy"
# routes = [
# { pattern = "docker.libcuda.so", custom_domain = true },
# { pattern = "quay.libcuda.so", custom_domain = true },
# { pattern = "gcr.libcuda.so", custom_domain = true },
# { pattern = "k8s-gcr.libcuda.so", custom_domain = true },
# { pattern = "k8s.libcuda.so", custom_domain = true },
# { pattern = "ghcr.libcuda.so", custom_domain = true },
# { pattern = "cloudsmith.libcuda.so", custom_domain = true },
# ]
routes = [
{ pattern = "docker.qiuyuan.workers.dev", custom_domain = true },
{ pattern = "quay.qiuyuan.workers.dev", custom_domain = true },
{ pattern = "gcr.qiuyuan.workers.dev", custom_domain = true },
{ pattern = "k8s-gcr.qiuyuan.workers.dev", custom_domain = true },
{ pattern = "k8s.qiuyuan.workers.dev", custom_domain = true },
{ pattern = "ghcr.qiuyuan.workers.dev", custom_domain = true },
{ pattern = "cloudsmith.qiuyuan.workers.dev", custom_domain = true },
]

[env.production.vars]
MODE = "production"
Expand Down

0 comments on commit c0617e3

Please sign in to comment.