mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
build(Dockerfile): move prisma build to dockerfile
Seems to solve - https://github.com/BerriAI/litellm/issues/1321
This commit is contained in:
parent
6f9d3fc3bc
commit
2741835605
7 changed files with 149 additions and 37 deletions
|
@ -6,10 +6,10 @@
|
|||
LITELLM_MASTER_KEY="sk-1234"
|
||||
|
||||
############
|
||||
# Database - You can change these to any PostgreSQL database that has logical replication enabled.
|
||||
# Database - You can change these to any PostgreSQL database.
|
||||
############
|
||||
|
||||
# LITELLM_DATABASE_URL="your-postgres-db-url"
|
||||
LITELLM_DATABASE_URL="your-postgres-db-url"
|
||||
|
||||
|
||||
############
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue