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

@@ -15,8 +15,8 @@ COPY --from=deps /app/node_modules ./node_modules
COPY . .
# NEXT_PUBLIC_* vars are baked into the client bundle at build time.
# Pass the public backend URL via --build-arg (see compose.yml).
ARG NEXT_PUBLIC_API_URL=http://localhost:3000/api/v1
# Pass the public backend URL via --build-arg.
ARG NEXT_PUBLIC_API_URL=http://localhost:4000/api/v1
ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL
ENV NEXT_TELEMETRY_DISABLED=1