Add activity push notifications and registration patches

This commit is contained in:
2026-09-15 08:31:45 +02:00
parent 7c801dfddd
commit 55174684af
38 changed files with 1096 additions and 42 deletions
+12
View File
@@ -0,0 +1,12 @@
# Optional server-only credentials mount. Combine with compose.yml after setup.
services:
web:
environment:
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}
target: /run/secrets/firebase-service-account.json
read_only: true
bind:
create_host_path: false