Skip to content

Commit b82865f

Browse files
committed
add backend env
Signed-off-by: Jack Luar <jluar@precisioninno.com>
1 parent 1f47e1e commit b82865f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ services:
2222
build:
2323
context: ./backend
2424
container_name: "backend"
25+
env_file:
26+
- ./backend/.env
2527
environment:
2628
POSTGRES_HOST: postgres
2729
POSTGRES_PORT: 5432

0 commit comments

Comments
 (0)