This commit is contained in:
antebrl
2025-04-13 12:50:39 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ module.exports = {
const backendBaseUrl = BACKEND_URL ? BACKEND_URL : `${req.headers['x-forwarded-proto'] ?? 'http'}://${req.get('Host')}:${req.headers['x-forwarded-port'] ?? ''}`;
let playlistStr = `#EXTM3U
#EXTINF:-1 tvg-name="CURRENT RESTREAM" tvg-logo="https://cdn-icons-png.freepik.com/512/9294/9294560.png" group-title="DE",CURRENT RESTREAM
#EXTINF:-1 tvg-name="CURRENT RESTREAM" tvg-logo="https://cdn-icons-png.freepik.com/512/9294/9294560.png" group-title="StreamHub",CURRENT RESTREAM
${backendBaseUrl}/proxy/current`;
//TODO: dynamically add channels from ChannelService

View File

@@ -1,12 +1,12 @@
version: "3.9"
services:
iptv_restream_frontend:
image: ghcr.io/antebrl/iptv-restream/frontend:v2.1
image: ghcr.io/antebrl/iptv-restream/frontend:v2.2
networks:
- app-network
iptv_restream_backend:
image: ghcr.io/antebrl/iptv-restream/backend:v2.1
image: ghcr.io/antebrl/iptv-restream/backend:v2.2
volumes:
- streams_data:/streams
- channels:/channels
@@ -20,7 +20,7 @@ services:
# Nginx Reverse Proxy
iptv_restream_nginx:
image: ghcr.io/antebrl/iptv-restream/nginx:v2.1
image: ghcr.io/antebrl/iptv-restream/nginx:v2.2
volumes:
- streams_data:/streams
ports: