Fix admin publish data loss for unreleased lessons and harden data persistence

This commit is contained in:
nmemmert
2026-05-21 12:39:28 -04:00
parent da5f77c3c6
commit bd047b029c
4 changed files with 83 additions and 12 deletions
+1
View File
@@ -7,6 +7,7 @@ services:
- "4173:4173"
environment:
- PORT=4173
- SITEFORGE_DATA_DIR=/app/data
- ADMIN_PASSWORD=`generate a random password and set it here`
- RESEND_API_KEY=`set your Resend API key here`
volumes: