services: litellm: build: . command: --config /app/config.yaml --detailed_debug ports: - 4000:4000 restart: unless-stopped environment: - GEMINI_API_KEY - HTTPS_PROXY volumes: - ./litellm_config.yaml:/app/config.yaml # networks: # - ssrf_proxy_network # - default