First version
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
services:
|
||||||
|
vduplicatefinder:
|
||||||
|
container_name: Video-Duplicate-Finder
|
||||||
|
image: jlesage/video-duplicate-finder:latest
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD-SHELL", "nc -z 127.0.0.1 5800 || exit 1"]
|
||||||
|
interval: 10s
|
||||||
|
timeout: 5s
|
||||||
|
retries: 3
|
||||||
|
start_period: 90s
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
|
environment:
|
||||||
|
DARK_MODE: 1
|
||||||
|
restart: on-failure:5
|
||||||
|
ports:
|
||||||
|
- 4741:5800
|
||||||
|
volumes:
|
||||||
|
- /volume1/docker/video-duplicate-finder:/config:rw
|
||||||
|
- /volume1:/storage:rw
|
||||||
Reference in New Issue
Block a user