mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
11 lines
338 B
Bash
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
|