Jenkins打包
Tests / Test No test results found

This commit is contained in:
2026-07-13 14:00:43 +08:00
parent 2169bb03d9
commit d673e77171
2 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
# Only used by compose.deploy.yaml (image: ${REGISTRY}/${IMAGE_NAME}:${IMAGE_TAG}).
# Used by compose.deploy.yaml (image: git.jerryyan.net/q792602257/agentic-mobile-control:${IMAGE_TAG}).
# Jenkins publishes IMAGE_TAG as "<BUILD_NUMBER>-<git short sha>"; match the
# tag of the build you intend to deploy.
REGISTRY=git.jerryyan.net
IMAGE_NAME=q792602257/agentic-mobile-control
IMAGE_TAG=latest
POSTGRES_DB=device_cloud
+3 -3
View File
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:18
image: registry.jerryyan.net/library/postgres:18
environment:
POSTGRES_DB: ${POSTGRES_DB}
POSTGRES_USER: ${POSTGRES_USER}
@@ -15,7 +15,7 @@ services:
restart: unless-stopped
cloud-api:
image: ${REGISTRY}/${IMAGE_NAME}:${IMAGE_TAG:-latest}
image: git.jerryyan.net/q792602257/agentic-mobile-control:${IMAGE_TAG:-latest}
command:
- sh
- -c
@@ -45,7 +45,7 @@ services:
restart: unless-stopped
host-agent:
image: ${REGISTRY}/${IMAGE_NAME}:${IMAGE_TAG:-latest}
image: git.jerryyan.net/q792602257/agentic-mobile-control:${IMAGE_TAG:-latest}
command: ["device-host-agent"]
environment:
HOST_AGENT_CONTROL_PLANE_URL: http://cloud-api:8001