Skip to content

Commit 91d832b

Browse files
authored
feat(cli): update CLOUDFLARE_WORKER_URL (#340)
update CLOUDFLARE_WORKER_URL to use environment variable or host.docker.internal
1 parent 5a1bc0f commit 91d832b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/acontext-cli/internal/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ services:
173173
S3_ENDPOINT: http://acontext-server-seaweedfs:9000
174174
OTEL_EXPORTER_OTLP_ENDPOINT: acontext-server-jaeger:4317
175175
SANDBOX_TYPE: cloudflare
176-
CLOUDFLARE_WORKER_URL: http://localhost:8787
176+
CLOUDFLARE_WORKER_URL: ${CLOUDFLARE_WORKER_URL:-http://host.docker.internal:8787}
177177
ports:
178178
- "${CORE_EXPORT_PORT:-8019}:8000"
179179
volumes:

0 commit comments

Comments
 (0)