fix: load .env.local in docker-compose via env_file

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
MBO-Tech-IT 2026-04-26 15:15:31 +02:00
parent 1369e831ad
commit 8d5fde5f02
1 changed files with 2 additions and 0 deletions

View File

@ -6,5 +6,7 @@ services:
restart: unless-stopped
ports:
- "3000:3000"
env_file:
- .env.local
environment:
- NODE_ENV=production