Remove old tvheadend configuration files and add new m3u-editor service configuration with environment variables

This commit is contained in:
Nikholas Pcenicni
2026-04-26 12:34:36 -04:00
parent 2c71e4546c
commit 97a755dc0a
4 changed files with 87 additions and 24 deletions

View File

@@ -0,0 +1,21 @@
# Docker image tag for m3u-editor
IMAGE_TAG=latest
# Application URL and port
APP_URL=http://localhost
APP_PORT=36400
# Postgres configuration
PG_DATABASE=m3ue
PG_USER=m3ue
PG_PASSWORD=changeme
PG_PORT=5432
# Redis configuration
REDIS_PORT=36790
REDIS_HOST=localhost
# M3U proxy configuration
M3U_PROXY_TOKEN=changeme
M3U_PROXY_PORT=38085
M3U_PROXY_HOST=localhost