+1
-3
@@ -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
|
# Jenkins publishes IMAGE_TAG as "<BUILD_NUMBER>-<git short sha>"; match the
|
||||||
# tag of the build you intend to deploy.
|
# tag of the build you intend to deploy.
|
||||||
REGISTRY=git.jerryyan.net
|
|
||||||
IMAGE_NAME=q792602257/agentic-mobile-control
|
|
||||||
IMAGE_TAG=latest
|
IMAGE_TAG=latest
|
||||||
|
|
||||||
POSTGRES_DB=device_cloud
|
POSTGRES_DB=device_cloud
|
||||||
|
|||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:18
|
image: registry.jerryyan.net/library/postgres:18
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: ${POSTGRES_DB}
|
POSTGRES_DB: ${POSTGRES_DB}
|
||||||
POSTGRES_USER: ${POSTGRES_USER}
|
POSTGRES_USER: ${POSTGRES_USER}
|
||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
cloud-api:
|
cloud-api:
|
||||||
image: ${REGISTRY}/${IMAGE_NAME}:${IMAGE_TAG:-latest}
|
image: git.jerryyan.net/q792602257/agentic-mobile-control:${IMAGE_TAG:-latest}
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
@@ -45,7 +45,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
host-agent:
|
host-agent:
|
||||||
image: ${REGISTRY}/${IMAGE_NAME}:${IMAGE_TAG:-latest}
|
image: git.jerryyan.net/q792602257/agentic-mobile-control:${IMAGE_TAG:-latest}
|
||||||
command: ["device-host-agent"]
|
command: ["device-host-agent"]
|
||||||
environment:
|
environment:
|
||||||
HOST_AGENT_CONTROL_PLANE_URL: http://cloud-api:8001
|
HOST_AGENT_CONTROL_PLANE_URL: http://cloud-api:8001
|
||||||
|
|||||||
Reference in New Issue
Block a user