Commit 286cdd2f authored by Wade's avatar Wade

update pg passwd

parent 396f0b96
......@@ -11,7 +11,7 @@ services:
- GEMINI_API_KEY=${GEMINI_API_KEY} # Reference variable from .env
ports:
- "8000:8000"
entrypoint: /bin/sh -c "sleep 60 && /app/myapp -milvus-addr=standalone:19530 -graphrag-addr=webserver:5670 -pg-conn-string=postgresql://postgres:wuban0608@pg:5432/postgres"
entrypoint: /bin/sh -c "sleep 60 && /app/myapp -milvus-addr=standalone:19530 -graphrag-addr=webserver:5670 -pg-conn-string=postgresql://postgres:wuban0608@pg:5432/postgres?sslmode=disable"
depends_on:
- standalone
- webserver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment