Files
docker-compose-cookbooks/openclaw_dev/sample.env
T

11 lines
338 B
Bash

OPENCLAW_IMAGE=ghcr.io/openclaw/openclaw:latest
OPENCLAW_RESTART=unless-stopped
VOL_PATH=/data
OPENCLAW_PORT=18789
OPENCLAW_GATEWAY_BIND=lan
OPENCLAW_DISABLE_BONJOUR=1
OPENCLAW_GATEWAY_TOKEN=change-me-to-a-random-secret
TZ=America/Vancouver
# Optional: OpenTelemetry collector URL
# OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4318