Files
vduplicatefinder/docker-compose.yml
T
2026-09-06 09:09:33 +02:00

34 lines
888 B
YAML

services:
vdf-web:
container_name: vdf-web
image: ghcr.io/0x90d/vdf-web:latest
# image: jlesage/video-duplicate-finder:latest
healthcheck:
test: ["CMD", "dotnet", "--info"]
interval: 60s
timeout: 10s
retries: 3
start_period: 90s
# security_opt:
# - no-new-privileges:true
environment:
TZ: Europe/Paris
VDF_WEB_PASSWORD: St&ph@ne
# USER_ID: 1000
# GROUP_ID: 1000
restart: unless-stopped
ports:
- 4741:8080
volumes:
# - /var/lib/docker/volumes/vdup/config:/config:rw
- /var/lib/docker/volumes/vdf/db:/root/.config/VDF
- /var/lib/docker/volumes/vdf/state:/root/.local/state/VDF
- /network:/storage:rw
# devices:
# - /dev/dri:/dev/dri
deploy:
resources:
reservations:
devices:
- capabilities: [ gpu ]
runtime: nvidia