How to configure custom DB port in docker-compose.yaml of haystack annotation tool ? #5615
rajkumarvenkatasamy
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @rajkumarvenkatasamy the port is specified in the following line in the docker-compose.yml file: https://github.com/deepset-ai/haystack/blob/b1daa7c6473aaaf4e09d0c8122f0abcc5554e0d3/annotation_tool/docker-compose.yml#L33C15-L33C19 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a postgresql backend which runs on a non-default port in a different machine than that of where haystack annotation is targeted to run. How to configure or specify that database details especially the non-default port in the docker-compose.yaml ? I just tried with random env variable options like DB_PORT, POSTGRES_PORT, and PG_PORT but none of them worked. Please clarify on how to handle this scenario.
Thanks for your time and input!
Beta Was this translation helpful? Give feedback.
All reactions