Selaa lähdekoodia

add docker-legacy and docker/nginx/conf.d/default.conf to .gitignore (#5707)

tags/0.6.12
Chenhe Gu 1 vuosi sitten
vanhempi
commit
a2c260fba0
No account linked to committer's email address
2 muutettua tiedostoa jossa 15 lisäystä ja 3 poistoa
  1. 12
    0
      .gitignore
  2. 3
    3
      docker/docker-compose.yaml

+ 12
- 0
.gitignore Näytä tiedosto

@@ -144,6 +144,16 @@ api/.idea
api/.env
api/storage/*

docker-legacy/volumes/app/storage/*
docker-legacy/volumes/db/data/*
docker-legacy/volumes/redis/data/*
docker-legacy/volumes/weaviate/*
docker-legacy/volumes/qdrant/*
docker-legacy/volumes/etcd/*
docker-legacy/volumes/minio/*
docker-legacy/volumes/milvus/*
docker-legacy/volumes/chroma/*

docker/volumes/app/storage/*
docker/volumes/db/data/*
docker/volumes/redis/data/*
@@ -154,6 +164,8 @@ docker/volumes/minio/*
docker/volumes/milvus/*
docker/volumes/chroma/*

docker/nginx/conf.d/default.conf

sdks/python-client/build
sdks/python-client/dist
sdks/python-client/dify_client.egg-info

+ 3
- 3
docker/docker-compose.yaml Näytä tiedosto

@@ -259,7 +259,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: langgenius/dify-api:0.6.10
image: langgenius/dify-api:0.6.11
restart: always
environment:
# Use the shared environment variables.
@@ -282,7 +282,7 @@ services:
# worker service
# The Celery worker for processing the queue.
worker:
image: langgenius/dify-api:0.6.10
image: langgenius/dify-api:0.6.11
restart: always
environment:
# Use the shared environment variables.
@@ -301,7 +301,7 @@ services:

# Frontend web application.
web:
image: langgenius/dify-web:0.6.10
image: langgenius/dify-web:0.6.11
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}

Loading…
Peruuta
Tallenna