From 3b9112f154743227ecb2229a6c7ae61598874955 Mon Sep 17 00:00:00 2001 From: ytqh Date: Thu, 30 Jan 2025 17:59:10 +0800 Subject: [PATCH] Revert "change to lefeng-api" This reverts commit 8cf071c88dd3f9eb67844d77838a8f0fc2a2f467. --- docker/docker-compose-template.yaml | 4 ++-- docker/docker-compose.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/docker-compose-template.yaml b/docker/docker-compose-template.yaml index 843e437767..6f6508c77b 100644 --- a/docker/docker-compose-template.yaml +++ b/docker/docker-compose-template.yaml @@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env services: # API service api: - image: akiyu303/lefeng-api:latest + image: langgenius/dify-api:0.15.2 restart: always extra_hosts: - "host.docker.internal:host-gateway" @@ -27,7 +27,7 @@ services: # worker service # The Celery worker for processing the queue. worker: - image: akiyu303/lefeng-api:latest + image: langgenius/dify-api:0.15.2 restart: always extra_hosts: - "host.docker.internal:host-gateway" diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 14b8eb054f..0c4c3b2bfe 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -396,7 +396,7 @@ x-shared-env: &shared-api-worker-env services: # API service api: - image: akiyu303/lefeng-api:latest + image: langgenius/dify-api:0.15.2 restart: always extra_hosts: - "host.docker.internal:host-gateway" @@ -421,7 +421,7 @@ services: # worker service # The Celery worker for processing the queue. worker: - image: akiyu303/lefeng-api:latest + image: langgenius/dify-api:0.15.2 restart: always extra_hosts: - "host.docker.internal:host-gateway"