docs(compose): comment the firebase key mount (secret ships via scp, boot survives its absence)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Hamza-Ayed
2026-07-19 16:26:10 +03:00
co-authored by Claude Fable 5
parent c4dfeb4c6f
commit eebc2ccfb9
+2
View File
@@ -57,6 +57,8 @@ services:
# اللوحات الثلاث — bind للقراءة فقط، لا نسخ داخل الصورة: تعديل HTML
# يظهر بتحديث الصفحة بلا إعادة بناء (اللوحات ملفات ساكنة بلا خطوة بناء).
- ../dashboards:/app/dashboards:ro
# مفتاح Firebase Admin — سرّ خارج git، يُنقل للسيرفر بـ scp (docs/15).
# غيابه لا يُسقط الإقلاع: NotificationsService يعطّل الدفع بتحذير فقط.
- ./firebase-service-account.json:/app/firebase-service-account.json:ro
networks: [tripz-net]