Files
docker-infrastructure/openclaw/.env.example
T
poprhythm 7c4393828d Update OpenClaw for git-linked deployment with Ollama
- Switch to official ghcr.io/openclaw/openclaw:main image
- Remove port mappings in favor of nginx reverse proxy
- Add reverse proxy environment variables (VIRTUAL_HOST, etc.)
- Configure for Ollama integration instead of Anthropic API
- Add PUID/PGID for proper file permissions
2026-02-08 21:08:23 +00:00

8 lines
301 B
Bash

# Generate a random token for gateway authentication
# You can use: openssl rand -hex 32
OPENCLAW_GATEWAY_TOKEN=your-gateway-token-here
# Ollama Configuration
# OpenClaw will connect to Ollama running at http://ollama:11434
# Make sure Ollama is running and has models pulled (e.g., llama3, mistral)