mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
build(docker-compose.yml): load local .env in docker compose quick start
This commit is contained in:
parent
9b4a19b3aa
commit
ce4ba80fd4
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ services:
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: "postgresql://postgres:example@db:5432/postgres"
|
DATABASE_URL: "postgresql://postgres:example@db:5432/postgres"
|
||||||
STORE_MODEL_IN_DB: "True" # allows adding models to proxy via UI
|
STORE_MODEL_IN_DB: "True" # allows adding models to proxy via UI
|
||||||
|
env_file:
|
||||||
|
- .env # Load local .env file
|
||||||
|
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue