docs: document NEXT_SERVER_ACTIONS_ENCRYPTION_KEY requirement

Signed-off-by: Andrew Leng <work@Andrews-MacBook-Air.local>
This commit is contained in:
tennisleng 2025-11-08 15:21:49 -05:00
parent 03c892aac0
commit 3911bb0852
2 changed files with 13 additions and 0 deletions

View file

@ -8,6 +8,7 @@ services:
DATABASE_URL: postgresql://umami:umami@db:5432/umami
DATABASE_TYPE: postgresql
APP_SECRET: replace-me-with-a-random-string
NEXT_SERVER_ACTIONS_ENCRYPTION_KEY: replace-me-with-a-64-character-hex-string
depends_on:
db:
condition: service_healthy