services: mcp-vods: container_name: mcp-vods image: ghcr.nju.edu.cn/aahl/mcp-vods ports: - 8821:80 environment: LUNA_BASE_URL: ${LUNA_BASE_URL} TZ: Asia/Shanghai UV_INDEX_URL: https://mirrors.ustc.edu.cn/pypi/simple restart: always