feat: Adds host mount.

This commit is contained in:
2025-04-10 09:21:43 -04:00
parent fe40850a34
commit 8a8f3e25c2
2 changed files with 2 additions and 7 deletions

View File

@@ -2,6 +2,7 @@ ADMIN_USERNAME=admin
ADMIN_PASSWORD=super-secret
TOKEN_SECRET=some-token
ORIGIN=https://s.housh.dev
DATA_MNT=/mnt # Database mount from host.
# Database Settings
DATABASE_URL="file:./db.sqlite"