version: '3.8' services: openclaw-perso: build: . image: openclaw-perso:latest container_name: openclaw-perso restart: unless-stopped ports: - "127.0.0.1:8910:18789" env_file: - ./.env volumes: - ./data:/home/openclaw/.openclaw environment: - NODE_ENV=production - OPENCLAW_GATEWAY_BIND=loopback - OPENCLAW_CONFIG_PATH=/home/openclaw/.openclaw/openclaw.json networks: - n8n healthcheck: test: ["CMD", "curl", "-f", "http://localhost:18789/"] interval: 30s timeout: 10s retries: 3 start_period: 20s networks: n8n: external: true