1
0

Ooops forgot to commit

This commit is contained in:
2025-11-25 12:20:00 -05:00
parent 4964211254
commit 5209e8cf26
7 changed files with 407 additions and 67 deletions

View File

@@ -1,14 +1,18 @@
services:
app:
ws4kp-to-hls:
build: .
ports:
- "${PORT:-3000}:${PORT:-3000}"
# WS4KP port - comment out this line if you don't need external access to WS4KP
# - "${WS4KP_EXTERNAL_PORT:-8080}:8080"
# - "${WS4KP_EXTERNAL_PORT:-8080}:${WS4KP_EXTERNAL_PORT:-8080}"
shm_size: 2gb
environment:
- PORT=${PORT:-3000}
- WS4KP_PORT=8080
- WS4KP_PORT=${WS4KP_PORT:-8080}
- DEFAULT_FPS=${DEFAULT_FPS:-30}
- SCREENSHOT_FORMAT=${SCREENSHOT_FORMAT:-jpeg}
- SCREENSHOT_QUALITY=${SCREENSHOT_QUALITY:-95}
- DEBUG_MODE=${DEBUG_MODE:-false}
volumes:
- ./cache:/streaming-app/cache
restart: unless-stopped