Files
pingu-concerts/compose.preprod.yml
T

12 lines
399 B
YAML

# 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"