WhiskyWise

WhiskyWise

Docker app from Heisenbugger's Repository

Overview

Your Personal Spirits Guide Whisky Wise is a lightweight, containerized personal assistant for spirits enthusiasts. Whether you're tracking a growing collection or cataloging the nuance of a rare Islay peat, Whisky Wise provides a clean, distraction-free interface to manage your journey through the world of whisky. Tip: Set a persistent SECRET_KEY in the container variables — if left empty/change-this-to-a-long-random-secret, a random key is generated at startup and sessions will not survive a container restart. Android App: A native Android companion app is available that connects directly to your WhiskyWise instance via the built-in REST API. Find it at github.com/prolife86/WhiskyWise-app. Requires server v1.5.4 or later.

Runtime arguments

Web UI
http://[IP]:[PORT:5000]
Network
host
Shell
sh
Privileged
false
Extra Params
--restart unless-stopped

Template configuration

App DataPathrw

Always map the data directory to a local volume. If you delete the container without a volume mapping, you will lose your tasting history and collection data.

Target
/data
Default
/mnt/user/appdata/WhiskyWise/
Value
/mnt/user/appdata/WhiskyWise/
WebUI PortPorttcp

WebUI Port

Target
5000
Default
5000
Value
5000
Secret KeyVariable

Flask session secret — must be changed

Target
SECRET_KEY
Value
change-this-to-a-long-random-secret
Time ZoneVariable

Set to your timezone per https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List

Target
TZ
Default
Europe/Amsterdam
Value
Europe/Amsterdam
Session Secure CookieVariable

Set to true if hosted behind a reverse proxy that terminates HTTP! Without these flags, session cookies can be transmitted over plain HTTP!

Target
SESSION_COOKIE_SECURE
Default
false
Value
true
Remember Secure CookieVariable

Set to true if hosted behind a reverse proxy that terminates HTTP! Without these flags, session cookies can be transmitted over plain HTTP!

Target
REMEMBER_COOKIE_SECURE
Default
false
Value
true
Upload FolderVariable

Storage Folder for pictures inside the container

Target
UPLOAD_FOLDER
Default
/data/uploads
Value
/data/uploads
Database PathVariable

SQLite DB path

Target
DATABASE_PATH
Default
/data/db/whiskywise.db
Value
/data/db/whiskywise.db

Categories

Details

Repository
ghcr.io/prolife86/whiskywise:latest
Last Updated2026-06-01
First Seen2026-05-13

Run WhiskyWise on Unraid.

WhiskyWise is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.