Files
opt/compose.droppy.yaml
2026-02-04 18:13:15 +01:00

17 lines
381 B
YAML

services:
droppy:
container_name: droppy
image: silverwind/droppy:12.2.0
ports:
- 8989:8989
restart: unless-stopped
volumes:
- /opt/droppy:/config
- /media/scratch/droppy:/files
healthcheck:
test:
["CMD", "wget", "--no-verbose", "--spider", "http://localhost:8989/"]
interval: 30s
timeout: 10s
retries: 3