feat(tv): update video player to handle ended event and improve channel navigation

This commit is contained in:
2026-03-12 04:19:56 +01:00
parent 8754758254
commit 79ced7b77b
4 changed files with 57 additions and 23 deletions

View File

@@ -39,10 +39,9 @@ services:
build:
context: ./k-tv-frontend
args:
# Browser-visible backend URL — must be reachable from the user's browser.
# If running on a server: http://your-server-ip:3000/api/v1
# Baked into the client bundle at build time; rebuild after changing.
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL:-http://localhost:3000/api/v1}
# Browser-visible backend URL — baked into the client bundle at build time.
# Rebuild the image after changing this.
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL:-http://localhost:4000/api/v1}
ports:
- "${FRONTEND_PORT:-3001}:3001"
environment: