mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
4b8fdf2156
Previously, configuration created via the web UI was lost when containers were recreated or updated, requiring users to reconfigure each time. This was due to the .env file being stored inside the container filesystem. Changes: - Add persistent volume mount for configuration directory in docker-compose.yml - Update ConfigApi to auto-detect Docker vs development environment - Configure dotenv loading to use persistent config path when available - Update file watcher to monitor correct .env file location - Remove conflicting host .env file mount - Update README with new volume configuration instructions Configuration now persists across container updates, eliminating the need for users to reconfigure after updates. Fixes #94 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>