Add activity push notifications and registration patches
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user