Prepare isolated Firebase push configuration for pre-production

This commit is contained in:
2026-09-15 19:24:18 +02:00
parent e5fa427485
commit bb28e17220
16 changed files with 386 additions and 17 deletions
+11
View File
@@ -0,0 +1,11 @@
# Pre-Production: combine with compose.yml. Reuse the existing read-only mount.
# Run the documented credential preflight before starting the web service.
services:
web:
extends:
file: compose.push.yml
service: web
environment:
PUSH_ENABLED: "true"
FIREBASE_PROJECT_ID: ${FIREBASE_PROJECT_ID:?Set the Pre-Production Firebase project ID}
COOKIE_SECURE: "true"