change template

pull/21891/head
ytqh 1 year ago
parent 1c770fec97
commit 75113374e2

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

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

Loading…
Cancel
Save