Skip to content

Commit 93e5839

Browse files
Re-add .env support
Why did this get taken out? I find it useful.
1 parent 7ca637a commit 93e5839

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ services:
1010
NODE_ENV: production
1111
NODE_OPTIONS: --enable-source-maps
1212
MONGODB_URI: mongodb://root:octocat@mongo:27017
13+
env_file:
14+
- backend/.env
1315
depends_on:
1416
mongo:
1517
condition: service_healthy

0 commit comments

Comments
 (0)