Files
mice/.env.docker
angel a0051576c6 Remove PostHog analytics and update dependencies to latest minor versions
- Remove posthog-js and posthog-node dependencies
- Delete PostHogProvider component and lib/posthog.ts
- Remove PostHog configuration from environment files
- Remove PostHog rewrites from next.config.mjs
- Update all npm subdependencies to latest minor versions
- Update @types/react and @types/react-dom overrides to 19.2.9 and 19.2.3
2026-01-25 00:12:04 +00:00

18 lines
525 B
Docker

# Docker Environment Configuration
# Copy this file to .env and modify the values as needed
# Host configuration
HOST_PORT=3000
PORT=3000
# Navidrome Server Configuration (OPTIONAL)
# If not provided, the app will prompt you to configure these settings
# NAVIDROME_URL=http://localhost:4533
# NAVIDROME_USERNAME=your_username
# NAVIDROME_PASSWORD=your_password
# Example for external Navidrome server:
# NAVIDROME_URL=https://your-navidrome-server.com
# NAVIDROME_USERNAME=your_username
# NAVIDROME_PASSWORD=your_password