Damselfly
Fast server-based photo management system for large collections of images. Includes face detection, face & object recognition, powerful search, and EXIF Keyword tagging. Runs on Linux, MacOS and Windows.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
damselfly:
container_name: damselfly
image: webreaper/damselfly
ports:
- 6363:6363/tcp
volumes:
- ./config:/config
- .thumbs:/thumbs
- ./photo:/pictures
restart: unless-stoppedResources
Docs: https://damselfly.info/
GitHub: https://github.com/webreaper/damselfly
Docker Hub: https://hubgw.docker.com/r/webreaper/damselfly
Configuration: https://github.com/Webreaper/Damselfly/blob/master/docs/Installation.md