mirror of
https://github.com/tecno-consultores/llm-lab
synced 2026-04-21 09:07:17 +00:00
* bugfix
This commit is contained in:
parent
3686ee634d
commit
46fdb4c67d
3 changed files with 0 additions and 4 deletions
0
LICENSE
Executable file → Normal file
0
LICENSE
Executable file → Normal file
|
|
@ -273,7 +273,6 @@ x-postgres-base: &postgres-base
|
|||
retries: 10
|
||||
|
||||
x-redis-base: &redis-base
|
||||
#image: redislabs/redismod:latest
|
||||
image: redis:latest
|
||||
hostname: ${rhostname}
|
||||
container_name: ${rhostname}
|
||||
|
|
@ -282,7 +281,6 @@ x-redis-base: &redis-base
|
|||
environment:
|
||||
- REDIS_PORT=${REDIS_PORT}
|
||||
- REDIS_DATABASES=16
|
||||
#- REDIS_ARGS=--save 20 1
|
||||
volumes:
|
||||
- ./redis:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
|
|
@ -305,7 +303,6 @@ x-qdrant-base: &qdrant-base
|
|||
- QDRANT__LOG_LEVEL=INFO
|
||||
ports:
|
||||
- ${qdrant}:6333
|
||||
#- ${qdrant2}:6334
|
||||
volumes:
|
||||
- ./qdrant:/qdrant/storage
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@ rhostname=redis-ai
|
|||
|
||||
# qdrant
|
||||
qdrant=6333
|
||||
qdrant2=6334
|
||||
qhostname=qdrant
|
||||
|
||||
# kafka
|
||||
|
|
|
|||
Loading…
Reference in a new issue