services: svn-log-tool: image: svn-log-tool:latest build: context: . dockerfile: Dockerfile container_name: svn-log-tool ports: - "18088:18088" volumes: - ./outputs:/app/outputs restart: unless-stopped # 如需配置 AI 功能,取消下方注释并填入 API Key # environment: # - DEEPSEEK_API_KEY=sk-your-key-here