fix:更换镜像地址

This commit is contained in:
FamousMai
2025-04-01 11:45:00 +08:00
parent d4257d1a24
commit 703730fc98
2 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ stages:
variables: variables:
DOCKER_REGISTRY: ccr.ccs.tencentyun.com DOCKER_REGISTRY: ccr.ccs.tencentyun.com
DIFY_WEB_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/web DIFY_WEB_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/dify-plus-web
DIFY_API_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/api DIFY_API_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/dify-plus-api
ADMIN_WEB_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/admin-web ADMIN_WEB_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/dify-plus-admin-web
ADMIN_SERVER_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/admin-server ADMIN_SERVER_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/dify-plus-admin-server
# 只有在打tag时触发 # 只有在打tag时触发
workflow: workflow:
+5 -5
View File
@@ -393,7 +393,7 @@ x-shared-env: &shared-api-worker-env
services: services:
# API service # API service
api: api:
image: ccr.ccs.tencentyun.com/yfgaia/api:0.0.7 image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:0.0.7
# build: # build:
# context: ../api # context: ../api
# dockerfile: ./Dockerfile # dockerfile: ./Dockerfile
@@ -419,7 +419,7 @@ services:
# worker service # worker service
# The Celery worker for processing the queue. # The Celery worker for processing the queue.
worker: worker:
image: ccr.ccs.tencentyun.com/yfgaia/api:0.0.7 image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:0.0.7
# build: # build:
# context: ../api # context: ../api
# dockerfile: ./Dockerfile # dockerfile: ./Dockerfile
@@ -444,7 +444,7 @@ services:
# Frontend web application. # Frontend web application.
web: web:
image: ccr.ccs.tencentyun.com/yfgaia/web:0.0.7 image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-web:0.0.7
# build: # build:
# context: ../web # context: ../web
# dockerfile: ./Dockerfile # dockerfile: ./Dockerfile
@@ -608,7 +608,7 @@ services:
AUTHORIZATION_ADMINLIST_USERS: ${WEAVIATE_AUTHORIZATION_ADMINLIST_USERS:-hello@dify.ai} AUTHORIZATION_ADMINLIST_USERS: ${WEAVIATE_AUTHORIZATION_ADMINLIST_USERS:-hello@dify.ai}
admin-web: admin-web:
image: ccr.ccs.tencentyun.com/yfgaia/admin-web:0.0.7 image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-web:0.0.7
# build: # build:
# context: ../admin/web # context: ../admin/web
# dockerfile: ./Dockerfile # dockerfile: ./Dockerfile
@@ -622,7 +622,7 @@ services:
- default - default
admin-server: admin-server:
image: ccr.ccs.tencentyun.com/yfgaia/admin-server:0.0.7-arm64 image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-server:0.0.7
# build: # build:
# context: ../admin/server # context: ../admin/server
# dockerfile: ./Dockerfile # dockerfile: ./Dockerfile