Skip to content

Commit f7acd85

Browse files
committed
refactor: load all .env variables
1 parent bfc8e7e commit f7acd85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ services:
44
context: .
55
dockerfile: dev.Dockerfile
66
environment:
7-
- OPENAI_API_KEY=${OPENAI_API_KEY}
87
- DISPLAY=host.docker.internal:0.0
8+
env_file:
9+
- ./.env
910
ports:
1011
- "${PORT:-8000}:8000"
1112
stdin_open: true

0 commit comments

Comments
 (0)