Ooops forgot to commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user