We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1bc0f commit 91d832bCopy full SHA for 91d832b
src/client/acontext-cli/internal/docker/docker-compose.yaml
@@ -173,7 +173,7 @@ services:
173
S3_ENDPOINT: http://acontext-server-seaweedfs:9000
174
OTEL_EXPORTER_OTLP_ENDPOINT: acontext-server-jaeger:4317
175
SANDBOX_TYPE: cloudflare
176
- CLOUDFLARE_WORKER_URL: http://localhost:8787
+ CLOUDFLARE_WORKER_URL: ${CLOUDFLARE_WORKER_URL:-http://host.docker.internal:8787}
177
ports:
178
- "${CORE_EXPORT_PORT:-8019}:8000"
179
volumes:
0 commit comments