Modified docker-compose.yml to support .env file:
- Added env_file directive to load .env automatically
- Simplified environment section (only DOCKER_MODE required)
- Enables AI metadata generation when OPENAI_API_KEY is set in .env
- All optional configs now loaded from .env file
Users can now create .env file with their OpenAI API key and other settings.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Removed 'version: 3.8' as it's obsolete in Docker Compose 5.0+
- Tested successfully with docker-compose 5.0.2
- All functionality working correctly
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>