You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: explicitly specify env file for Docker Compose
Critical fix for environment variable loading:
- Add --env-file .env flag to all docker compose commands
- Docker Compose skips automatic .env loading when using -f flag
- This ensures environment variables are loaded from our generated .env file
- Should resolve all 'variable not set' warnings
π€ Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments