How do you use Database Connection when self-hosting Teable? #459
-
I see a feature in Teable's UI called Database Connection, but when I try to use it on a self-hosted instance it gives the error "PUBLIC_DATABASE_ADDRESS not found in env." I wonder what I should do (maybe add a line to the .env file in the compose directory I'm using) in order to solve the error. I put this in the Discussions under Q&A, but I don't know if this should be opened as an issue or not. I used the compose files from /dockers/examples/standalone to make the containers. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We are aware of the problem and are working on it |
Beta Was this translation helpful? Give feedback.
-
Fixed! |
Beta Was this translation helpful? Give feedback.
Fixed!
Download the latest example from /dockers/examples/standalone.
Go to
.env
file and change127.0.0.1
inPUBLIC_DATABASE_PROXY
to your external IP or domain name.