diff --git a/contrib/roncarve/compose.local.yaml b/contrib/roncarve/compose.local.yaml index 481956e..b0206eb 100644 --- a/contrib/roncarve/compose.local.yaml +++ b/contrib/roncarve/compose.local.yaml @@ -3,6 +3,10 @@ services: build: context: ../.. dockerfile: Dockerfile + args: + ALPINE_MIRROR: https://mirrors.aliyun.com/alpine + GOPROXY: https://goproxy.cn,direct + NPM_REGISTRY: https://registry.npmmirror.com image: roncarve/gita:1.27.2-local container_name: roncarve-gita-local restart: unless-stopped