Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: RAGFlow doesn't read the 'REDIS_PORT' from docker/service_conf.yaml.template #5239

Open
1 task done
xfzhu2003 opened this issue Feb 21, 2025 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@xfzhu2003
Copy link

Is there an existing issue for the same bug?

  • I have checked the existing issues.

RAGFlow workspace code commit ID

bad764b

RAGFlow image version

nightly

Other environment information

Actual behavior

我在.env配置了REDIS_PORT为6378,但是容器都启动起来以后,web界面却报错连不上redis:6379。经检查是docker/service_conf.yaml.template中把redis的端口写死了。又得自己修改docker/service_conf.yaml.template文件,自己编译docker镜像

Expected behavior

No response

Steps to reproduce

docker-compose -f docker-compose.yml up -d
docer exec -it *** /bin/bash
grep 6379 conf/service_conf.yaml

Additional information

No response

@xfzhu2003 xfzhu2003 added the bug Something isn't working label Feb 21, 2025
@JinHai-CN JinHai-CN changed the title [Bug]: 在主镜像docker/service_conf.yaml.template中不认REDIS_PORT环境变量,写死了是6379 [Bug]: RAGFlow doesn't read the 'REDIS_PORT' from docker/service_conf.yaml.template Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant