构建:补充离线部署配置并排除镜像包
This commit is contained in:
@@ -25,7 +25,7 @@ services:
|
||||
# Runtime 镜像在开发机预先构建并导入服务器;此服务只校验镜像存在,不在服务器构建或拉取。
|
||||
# 它成功退出后,后端会通过 Docker Socket 按 Session 动态创建真正执行任务的 Runtime 容器。
|
||||
agent-runtime:
|
||||
image: ${AGENT_RUNTIME_IMAGE:-smart-factory-agent-runtime:0.1.0}
|
||||
image: ${AGENT_RUNTIME_IMAGE:-agent-runtime:0.1.0}
|
||||
pull_policy: never
|
||||
command: ["/bin/true"]
|
||||
restart: "no"
|
||||
|
||||
Reference in New Issue
Block a user