Prepare isolated Firebase push configuration for pre-production
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user