Damselfly is a server-based digital photograph management system designed for large, folder-based collections. It focuses on providing a fast search and an efficient keyword-tagging workflow, with a user interface inspired by Google Picasa. The system uses powerful machine learning to help you identify and organize your images automatically.
Key features include:
services:
damselfly:
image: webreaper/damselfly:latest
container_name: damselfly
environment:
- TZ=UTC
ports:
- "6363:6363"
volumes:
- ./config:/config
- ./pictures:/pictures
- ./thumbs:/thumbs
restart: unless-stopped
# Damselfly does not require any sensitive environment variables by default.
# Configuration and user setup are handled via the web interface on first launch.
Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago