Skip to content

Instantly share code, notes, and snippets.

@MRKMKR
MRKMKR / docker-compose.yml
Created October 24, 2025 13:26
Using GLM-4.6 with Xcode 26 via LiteLLM Proxy
services:
litellm:
image: ghcr.io/berriai/litellm:main-latest
container_name: glm-proxy
ports:
- "4000:4000"
volumes:
- ./litellm_config.yaml:/app/config.yaml
command: --config /app/config.yaml
restart: unless-stopped