change to lefeng-api

pull/21891/head
ytqh 1 year ago
parent 3767923eaf
commit 8cf071c88d

@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: langgenius/dify-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: langgenius/dify-api:0.15.2
image: akiyu303/lefeng-api:latest
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"

@ -396,7 +396,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: langgenius/dify-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: langgenius/dify-api:0.15.2
image: akiyu303/lefeng-api:latest
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"

Loading…
Cancel
Save