forked from phoenix/litellm-mirror
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:
|
||||
DATABASE_URL: "postgresql://postgres:example@db:5432/postgres"
|
||||
STORE_MODEL_IN_DB: "True" # allows adding models to proxy via UI
|
||||
env_file:
|
||||
- .env # Load local .env file
|
||||
|
||||
|
||||
db:
|
||||
image: postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue