Skip to content

Commit ce4ba80

Browse files
build(docker-compose.yml): load local .env in docker compose quick start
1 parent 9b4a19b commit ce4ba80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ services:
1111
environment:
1212
DATABASE_URL: "postgresql://postgres:example@db:5432/postgres"
1313
STORE_MODEL_IN_DB: "True" # allows adding models to proxy via UI
14+
env_file:
15+
- .env # Load local .env file
16+
1417

1518
db:
1619
image: postgres

0 commit comments

Comments
 (0)