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
+1 -1
View File
@@ -5,7 +5,7 @@ services:
GOOGLE_APPLICATION_CREDENTIALS: /run/secrets/firebase-service-account.json
volumes:
- type: bind
source: ${FIREBASE_SERVICE_ACCOUNT_FILE:?Set an absolute path to the test Firebase service account JSON}
source: ${FIREBASE_SERVICE_ACCOUNT_FILE:?Set an absolute path to this environment's Firebase service account JSON}
target: /run/secrets/firebase-service-account.json
read_only: true
bind: