This commit is contained in:
2026-05-01 22:08:50 -07:00
parent 8b7a1f81ad
commit e51aeae54e
9 changed files with 196 additions and 15 deletions

View File

@@ -9,8 +9,11 @@ services:
environment:
PORT: "3000"
NODE_ENV: production
RECENT_URLS_PATH: /app/data/recent-urls.json
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- frame-stream-data:/app/data
# CPU decoding is the default and does not need device passthrough.
#
@@ -20,3 +23,6 @@ services:
#
# Optional NVIDIA passthrough with Docker Compose v2:
# gpus: all
volumes:
frame-stream-data: