From 75113374e2854bf2087f5965572d5df2fb728827 Mon Sep 17 00:00:00 2001 From: ytqh Date: Mon, 3 Feb 2025 15:23:49 +0800 Subject: [PATCH] change template --- docker/docker-compose-template.yaml | 6 +++--- docker/docker-compose.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/docker-compose-template.yaml b/docker/docker-compose-template.yaml index b5e135a065..88ca6b0257 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:0.15.2 + image: akiyu303/lefeng-api:latest 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:0.15.2 + image: akiyu303/lefeng-api:latest restart: always extra_hosts: - "host.docker.internal:host-gateway" @@ -51,7 +51,7 @@ services: # Frontend web application. web: - image: langgenius/dify-web:0.15.2 + image: akiyu303/lefeng-web:latest restart: always environment: CONSOLE_API_URL: ${CONSOLE_API_URL:-} diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 90c4b3f2fc..4f9886f27e 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:0.15.2 + image: akiyu303/lefeng-api:latest 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:0.15.2 + image: akiyu303/lefeng-api:latest restart: always extra_hosts: - "host.docker.internal:host-gateway" @@ -445,7 +445,7 @@ services: # Frontend web application. web: - image: langgenius/dify-web:0.15.2 + image: akiyu303/lefeng-web:latest restart: always environment: CONSOLE_API_URL: ${CONSOLE_API_URL:-}