forked from GitHub/cloudflare-docker-proxy
Compare commits
1 Commits
master
...
yscai/remo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a0b8ac4f2 |
@@ -12,15 +12,15 @@ TARGET_UPSTREAM = "https://registry-1.docker.io"
|
|||||||
|
|
||||||
[env.production]
|
[env.production]
|
||||||
name = "cloudflare-docker-proxy"
|
name = "cloudflare-docker-proxy"
|
||||||
routes = [
|
# routes = [
|
||||||
{ pattern = "docker.libcuda.so", custom_domain = true },
|
# { pattern = "docker.libcuda.so", custom_domain = true },
|
||||||
{ pattern = "quay.libcuda.so", custom_domain = true },
|
# { pattern = "quay.libcuda.so", custom_domain = true },
|
||||||
{ pattern = "gcr.libcuda.so", custom_domain = true },
|
# { pattern = "gcr.libcuda.so", custom_domain = true },
|
||||||
{ pattern = "k8s-gcr.libcuda.so", custom_domain = true },
|
# { pattern = "k8s-gcr.libcuda.so", custom_domain = true },
|
||||||
{ pattern = "k8s.libcuda.so", custom_domain = true },
|
# { pattern = "k8s.libcuda.so", custom_domain = true },
|
||||||
{ pattern = "ghcr.libcuda.so", custom_domain = true },
|
# { pattern = "ghcr.libcuda.so", custom_domain = true },
|
||||||
{ pattern = "cloudsmith.libcuda.so", custom_domain = true },
|
# { pattern = "cloudsmith.libcuda.so", custom_domain = true },
|
||||||
]
|
# ]
|
||||||
|
|
||||||
[env.production.vars]
|
[env.production.vars]
|
||||||
MODE = "production"
|
MODE = "production"
|
||||||
@@ -28,7 +28,7 @@ TARGET_UPSTREAM = ""
|
|||||||
|
|
||||||
[env.staging]
|
[env.staging]
|
||||||
name = "cloudflare-docker-proxy-staging"
|
name = "cloudflare-docker-proxy-staging"
|
||||||
route = { pattern = "docker-staging.libcuda.so", custom_domain = true }
|
# route = { pattern = "docker-staging.libcuda.so", custom_domain = true }
|
||||||
|
|
||||||
[env.staging.vars]
|
[env.staging.vars]
|
||||||
MODE = "staging"
|
MODE = "staging"
|
||||||
|
|||||||
Reference in New Issue
Block a user