Change image to vdf-web

This commit is contained in:
2026-09-04 18:13:00 +02:00
parent 55b4904d8f
commit 0c69141e73
+15 -12
View File
@@ -1,24 +1,28 @@
services:
vduplicatefinder:
container_name: Video-Duplicate-Finder
image: jlesage/video-duplicate-finder:latest
vdf-web:
container_name: vdf-web
image: ghcr.io/0x90d/vdf-web:latest
# image: jlesage/video-duplicate-finder:latest
healthcheck:
test: ["CMD-SHELL", "nc -z 127.0.0.1 5800 || exit 1"]
test: ["CMD-SHELL", "nc -z 127.0.0.1 8080 || exit 1"]
interval: 10s
timeout: 5s
retries: 3
start_period: 90s
security_opt:
- no-new-privileges:true
# security_opt:
# - no-new-privileges:true
environment:
DARK_MODE: 1
USER_ID: 1000
GROUP_ID: 1000
TZ: Europe/Paris
VDF_WEB_PASSWORD: St&ph@ne
# USER_ID: 1000
# GROUP_ID: 1000
restart: unless-stopped
ports:
- 4741:5800
- 4741:8080
volumes:
- /var/lib/docker/volumles/vdup/config:/config:rw
# - /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
@@ -27,5 +31,4 @@ services:
reservations:
devices:
- capabilities: [ gpu ]
runtime: nvidia