Install: Unraid
Goal and result
Section titled “Goal and result”Deploy the same DiscVault v26 Compose topology through Unraid Compose Manager with explicit PostgreSQL and filesystem persistence.
Applies to
Section titled “Applies to”Use :latest for DiscVault v26 stable by default or :beta for DiscVault v26 beta. Both channels run PostgreSQL, API, worker, and MCP with the same mounts and internal ports.
DiscVault v26 stable
Section titled “DiscVault v26 stable”- DiscVault v26 stable ·
ghcr.io/helmerznl/discvault:latest - same PostgreSQL + API + worker + MCP Compose stack
- stable default
:latest; optional beta:beta
DiscVault v26 beta
Section titled “DiscVault v26 beta”- DiscVault v26 beta ·
ghcr.io/helmerznl/discvault:beta - same PostgreSQL + API + worker + MCP Compose stack
- stable default
:latest; optional beta:beta
Prerequisites
Section titled “Prerequisites”- Unraid
6.12+ - Compose Manager
- OpenSSL
Procedure
Section titled “Procedure”- Install: Unraid Compose Manager · Install: Docker Compose
- Configure:
DISCVAULT_IMAGE·:latestdefault /:betaoptional - Configure:
DISCVAULT_DATA_DIR=/mnt/user/appdata/discvault/data·DISCVAULT_POSTGRES_DATA=/mnt/user/appdata/discvault/postgres - Verify:
postgres·next-api·next-worker·next-mcp·6080:5000
Commands and settings
Section titled “Commands and settings”DiscVault v26 stable
Section titled “DiscVault v26 stable”DISCVAULT_IMAGE=ghcr.io/helmerznl/discvault:latestDISCVAULT_DATA_DIR=/mnt/user/appdata/discvault/dataDISCVAULT_POSTGRES_DATA=/mnt/user/appdata/discvault/postgresDISCVAULT_API_PORT=6080DISCVAULT_MCP_PORT=6090DiscVault v26 beta
Section titled “DiscVault v26 beta”DISCVAULT_IMAGE=ghcr.io/helmerznl/discvault:betaDISCVAULT_DATA_DIR=/mnt/user/appdata/discvault/dataDISCVAULT_POSTGRES_DATA=/mnt/user/appdata/discvault/postgresDISCVAULT_API_PORT=6080DISCVAULT_MCP_PORT=6090Expected result
Section titled “Expected result”PostgreSQL, API, worker, and MCP start, and both appdata paths remain intact after container recreation.
- PostgreSQL persistence
- persistent
/data - HTTP
2xx
Safety and rollback
Section titled “Safety and rollback”Next step
Section titled “Next step”Install: First start and health check
Source and status
Section titled “Source and status”helmerzNL/DiscVault@6d27c689ac21- Verified:
2026-07-14 - DiscVault Docs:
0.1.0
