🎨 修改docker-compose.yml文件,修改为使用dockerfile编译

This commit is contained in:
2026-03-05 21:34:35 +08:00
parent 84c66ccaa7
commit df78823f75

View File

@@ -1,8 +1,9 @@
services:
kiro-rs:
# 使用国内镜像
# image: ghcr.nju.edu.cn/${IMAGE_OWNER:-hank9999}/kiro-rs:${IMAGE_TAG:-latest}
image: ghcr.io/${IMAGE_OWNER:-hank9999}/kiro-rs:${IMAGE_TAG:-latest}
# Build locally from source instead of pulling from registry
build:
context: .
dockerfile: Dockerfile
container_name: kiro-rs
extra_hosts:
- "host.docker.internal:host-gateway"