Milestone v1.0: FamilySync MVP #1
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user