How to compile the docker-database container personally? #3748
Answered
by
arvinxx
Lostsite
asked this question in
Development Question | 开发问题
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Lostsite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to use "lobehub/lobe-chat-database" docker, but I wish I can change some code to better fit my need (for example I switch "text-embedding-3-small" to "text-embedding-3-large" and some other minor changes). So I use git clone function to clone the repo and edited the code, than build a personal docker image, than deploy it.
Clearly the docker image I build does NOT support the database connection and user auth (even I have config the local postgresql page).
Is there any instructions about how to personally compile the "lobehub/lobe-chat-database"?
Beta Was this translation helpful? Give feedback.
All reactions