cloudtogo / pageplug

PagePlug是 Appsmith 的中国化项目,基于Appsmith做了整体性能的优化及汉化,也集合了特色表单解决方案Formily组件、图表解决方案Echarts组件、低代码小程序开发等,是面向研发使用的一个开源的、声明式的前后端一体低代码Lowcode,项目逻辑主要是在前端的解释器和设计器上
https://lowcode.methodot.com/
Apache License 2.0
1.54k stars 260 forks source link

docker服务pageplug连接本地的postgresql数据库 #44

Closed xiedaolin2000 closed 1 year ago

xiedaolin2000 commented 1 year ago

🙋🏻‍♂️描述下你的问题 ubuntu22.04 使用docker安装pageplug,然后本地安装了postgres,根据文档说明,我怎么都连接不到本地的postgresql数据库; 然后测试安装原始的原始appsmithdocker版本,也是一样问题;

🧑🏻‍💻贴图 Failed to initialize pool: Connection to host.docker.internal:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.

AppsmithCN commented 1 year ago

使用的版本是?

AppsmithCN commented 1 year ago

host那里用host.docker.internal吧,看下PP的文档 https://docs.pageplug.cn/xue-xi-wen-dang/bu-shu-an-zhuang/tong-guo-ben-di-zhu-ji-lian-jie

xiedaolin2000 commented 1 year ago

使用 docker-compose.yaml 拉取的版本

就是 按照 PP的文档;使用host.docker.internal ,一直都不行,所以来咨询下;

xiedaolin2000 commented 1 year ago

原来是postgresql 配置文件里面的listen没有配置正确,已经解决了