mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* ♻️ refactor(docker): simplify network architecture and add admin port - Remove unnecessary network-service (alpine) container - Use dedicated lobe-network bridge for all services - Add RUSTFS_ADMIN_PORT environment variable for admin console - Update container-to-container communication to use Docker service names - Use relative path volumes for better data persistence * 📝 docs: update Docker Compose deployment guide - Add single-domain deployment documentation - Update INTERNAL_APP_URL guidance - Clarify Port Mode vs Domain Mode behavior - Add S3_ENDPOINT configuration tips - Remove broken link to non-existent server-database documentation * fix(docker): keep backward-compatible volume paths for existing deployments - PostgreSQL: Keep ./data (not ./postgres_data) - Redis: Keep redis_data named volume (not ./redis_data) - RustFS: Keep rustfs-data named volume (not ./rustfs_data) This ensures existing users can upgrade without data migration. * fix(docker): correct Port Mode vs Domain Mode description - Fix reversed explanation in comments - Port Mode: Uses default ports (3210/9000/9001) - Domain Mode: Custom ports via reverse proxy This aligns with the actual deployment script behavior.