Merge branch 'main' of https://github.com/antebrl/IPTV-Restream
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user