feat: 把其他基础镜像,都放到腾讯云镜像仓库

This commit is contained in:
FamousMai
2025-04-03 15:50:30 +08:00
parent 2e37104494
commit a48da8c64b
+7 -7
View File
@@ -514,7 +514,7 @@ services:
# The postgres database.
db:
image: postgres:15-alpine
image: ccr.ccs.tencentyun.com/yfgaia/postgres:15-alpine
restart: always
environment:
PGUSER: ${PGUSER:-postgres}
@@ -539,7 +539,7 @@ services:
# The redis cache.
redis:
image: redis:6-alpine
image: ccr.ccs.tencentyun.com/yfgaia/redis:6-alpine
restart: always
environment:
REDISCLI_AUTH: ${REDIS_PASSWORD:-difyai123456}
@@ -555,7 +555,7 @@ services:
# The DifySandbox
sandbox:
image: langgenius/dify-sandbox:0.2.11
image: ccr.ccs.tencentyun.com/yfgaia/dify-sandbox:0.2.11
restart: always
environment:
# The DifySandbox configurations
@@ -600,7 +600,7 @@ services:
# plugin daemon
plugin_daemon:
image: langgenius/dify-plugin-daemon:0.0.6-local
image: ccr.ccs.tencentyun.com/yfgaia/dify-plugin-daemon:0.0.6-local
restart: always
environment:
# Use the shared environment variables.
@@ -630,7 +630,7 @@ services:
# for more information, please refer to
# https://docs.dify.ai/learn-more/faq/install-faq#id-18.-why-is-ssrf_proxy-needed
ssrf_proxy:
image: ubuntu/squid:latest
image: ccr.ccs.tencentyun.com/yfgaia/ubuntu-squid:latest
restart: always
volumes:
- ./ssrf_proxy/squid.conf.template:/etc/squid/squid.conf.template
@@ -650,7 +650,7 @@ services:
# The nginx reverse proxy.
# used for reverse proxying the API service and Web service.
nginx:
image: nginx:latest
image: ccr.ccs.tencentyun.com/yfgaia/nginx:latest
restart: always
volumes:
- ./nginx/nginx.conf.template:/etc/nginx/nginx.conf.template
@@ -689,7 +689,7 @@ services:
# The Weaviate vector store.
weaviate:
image: semitechnologies/weaviate:1.19.0
image: ccr.ccs.tencentyun.com/yfgaia/semitechnologies-weaviate:1.19.0
profiles:
- ''
- weaviate