|
|
|
@ -396,7 +396,7 @@ x-shared-env: &shared-api-worker-env
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
# API service
|
|
|
|
# API service
|
|
|
|
api:
|
|
|
|
api:
|
|
|
|
image: akiyu303/lefeng-api:latest
|
|
|
|
image: langgenius/dify-api:0.15.2
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
extra_hosts:
|
|
|
|
extra_hosts:
|
|
|
|
- "host.docker.internal:host-gateway"
|
|
|
|
- "host.docker.internal:host-gateway"
|
|
|
|
@ -421,7 +421,7 @@ services:
|
|
|
|
# worker service
|
|
|
|
# worker service
|
|
|
|
# The Celery worker for processing the queue.
|
|
|
|
# The Celery worker for processing the queue.
|
|
|
|
worker:
|
|
|
|
worker:
|
|
|
|
image: akiyu303/lefeng-api:latest
|
|
|
|
image: langgenius/dify-api:0.15.2
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
extra_hosts:
|
|
|
|
extra_hosts:
|
|
|
|
- "host.docker.internal:host-gateway"
|
|
|
|
- "host.docker.internal:host-gateway"
|
|
|
|
|