Manage your digital files efficiently with a lightweight, open-source document management system designed for both individuals and businesses. This platform provides a centralized hub to store, organize, and retrieve your important files without unnecessary complexity. You can easily categorize documents using a flexible tagging system and find exactly what you need through powerful full-text search capabilities.\n\nKey benefits include:\n* Optical Character Recognition: Automatically extract text from images and scanned documents to make them fully searchable.\n* Version Control: Keep track of document changes over time and restore previous versions when necessary.\n* Flexible Organization: Use tags, nested groups, and custom metadata to structure your files.\n* REST API: Integrate document management features directly into your existing workflows.\n* Role-Based Access: Secure your sensitive files by assigning specific permissions to different users.
services:
docs:
image: sismics/docs:latest
container_name: sismics-docs
restart: unless-stopped
ports:
- "8080:8080"
environment:
DOCS_BASE_URL: http://localhost:8080
DOCS_ADMIN_EMAIL_INIT: ${ADMIN_EMAIL}
DOCS_ADMIN_PASSWORD_INIT: ${ADMIN_PASSWORD}
volumes:
- ./data:/dataADMIN_EMAIL=admin@example.com
ADMIN_PASSWORD=changemeAuto-fetched about 23 hours ago
Auto-fetched about 23 hours ago