Files
iptv-proxy/docker-compose.yml
Pierre-Emmanuel Jacquier 19d9d57e9b add hls experiment
Signed-off-by: Pierre-Emmanuel Jacquier <pierre-emmanuel.jacquier@epitech.eu>
2019-08-28 14:38:36 +00:00

34 lines
1009 B
YAML

version: "3"
services:
iptv-proxy:
build:
context: .
dockerfile: Dockerfile
volumes:
# If your are using local m3u file instead of m3u remote file
# put your m3u file in this folder
- ./iptv:/root/iptv
container_name: "iptv-proxy"
restart: on-failure
ports:
# have to be the same as ENV variable PORT
- 8080:8080
environment:
# if you are using m3u remote file
# M3U_URL: https://example.com/iptvfile.m3u
M3U_URL: /root/iptv/light.m3u
# Port to expose the IPTVs endpoints
PORT: 8080
# Hostname or IP to expose the IPTVs endpoints (for machine not for docker)
HOSTNAME: cv.jacquier.xyz
#GIN_MODE: release
## Xtream-code proxy configuration
XTREAM_USER: mbarodi0417
XTREAM_PASSWORD: WoLZzkwdZZ
XTREAM_BASE_URL: "http://l.land02.live:8080"
##### UNSAFE AUTH TODO ADD REAL AUTH
#will be used for m3u and xtream auth poxy
USER: test
PASSWORD: test