Milestone v1.0: FamilySync MVP #1

Merged
luckberg merged 376 commits from gsd/v1.0-milestone into main 2026-06-10 17:39:19 -04:00
Showing only changes of commit bf64a0a0e1 - Show all commits
+3 -3
View File
@@ -26,9 +26,9 @@ services:
# VAPID keys for Web Push notifications (Phase 5).
# Generate with: npx web-push generate-vapid-keys --json
# Private key must only live in the gitignored .env — never commit it.
VAPID_PUBLIC_KEY: ${VAPID_PUBLIC_KEY}
VAPID_PRIVATE_KEY: ${VAPID_PRIVATE_KEY}
VAPID_SUBJECT: ${VAPID_SUBJECT}
VAPID_PUBLIC_KEY: ${VAPID_PUBLIC_KEY:-}
VAPID_PRIVATE_KEY: ${VAPID_PRIVATE_KEY:-}
VAPID_SUBJECT: ${VAPID_SUBJECT:-}
depends_on:
mariadb:
condition: service_healthy