feat: add web AES-256-GCM secret crypto and LYRA_SECRET_KEY plumbing

This commit is contained in:
Jonathan
2026-07-10 19:50:16 +02:00
parent 45cf9e8527
commit 91ea32c4b8
4 changed files with 62 additions and 0 deletions
+2
View File
@@ -21,6 +21,7 @@ services:
restart: unless-stopped
environment:
DATABASE_URL: ${DATABASE_URL}
LYRA_SECRET_KEY: ${LYRA_SECRET_KEY}
ports:
# host:container — host 8770 avoids the Quill app on 3000 (and Lidarr on 8686)
- "8770:3000"
@@ -33,6 +34,7 @@ services:
restart: unless-stopped
environment:
DATABASE_URL: ${DATABASE_URL}
LYRA_SECRET_KEY: ${LYRA_SECRET_KEY}
depends_on:
db:
condition: service_healthy