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